has anyone found a solution to this yet? I joined so I could continue this thread but I'm not allowed to reply to the original message!
I am having the same situation, web browser used in a C#.NET project throws alert when DOM is changed. I'm bypassing it by throwing out a "n" keypress event when I anticipate the alert box, but it's sloppy and occasionally causes the n to insert elsewhere if a user changes focus before the...
Search Result
Collapse
56 results in 0.0051 seconds.
Keywords
Members
Tags
-
stop webbrowser DOM changed alerts
-
Which version of OpenSSL is best for Windows Server 2003?
I am trying to create an application link between Atlassian Jira and a Liferay application. I have consulted the Atlassian support sites and they pointed me to use OpenSSL to create private and public keys for the two servers. My issue is that OpenSSL seems to be a piece of Linux OS software (i could be wrong, very wrong) and I am working with Windows Server 2003 OS; so I understand that there is are versions for Windows machines available but which... -
In video quality, what does "p" stands for?
I observe in several websites and movies esp in youtube the measurement in video quality but im very curious about what does p stands for? like videos with (240p, 480p, 360p, 720p) -
Writing html to a file using java?
I have a JSP that while being used holds the current state of an audit. What I want is to be able to grab the current state of this html and write it to a file so that the progress being made to the audit is saved for future progress. How can this be done using Java? -
Show selected record in different style
If I use this code to get records from mysql
Code:<ul> <?php $cquery = mysql_query ("Select * From product Where category_id=$category_id"); while ( $cr = mysql_fetch_array ($cquery)) { while ( $pr = mysql_fetch_array ($cquery) ) { ?> <li> <a href="index.php?product=<?php echo $category_id; ?>&product_id=<?php
-
Language selection
I'm new in PHP programming, I suppose that my problem will be a child's-play for experts....
I need to write a PHP script with a "select" input form, which will offer 2 languages to chose between. When the user clicks on an item in the select list, the menu (buttons), some field names shall change on the page regarding to the choice.
Please if exists, send me an example or good links for building web pages in PHP.
Thank... -
C# Website Authentication using user, password and subscription date
Hi guys,
I'm trying to automate some process which involves downloading a file from one of our vendors.
The problem with the traditional authentication is that it allows you to use only user and password, while the vendor's login page request from user, password and subscription date.
Any ideas how can I download the file programmaticall y
I tried using the WebClient "POST" to get... -
My LAMP server rejecting WYSWYG styled POST data from a Form to a PHP page
I am using FCKeditor in a PHP form to send POST data to my Shared Server for updating a MySQL table. My update.php page is accepting plain text and the server gives the following message if I am posting Styled data:
Forbidden
You don't have permission to access /enrol/update.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the reque... -
Problem when refreshing DIV with jQuery
Hello, I faced following problem. I have a div on a page which echoes out information from database. I want that div to refresh every 2 seconds, I found jQuery function that does this. but the problem is that content that needs to be refreshed has to be on different page. And this is where I cant figure it out. I will post here information that is currently on my page called "index.php" , but I need to somehow move it to different page called... -
what is the function of <?=$_SERVER['PHP_SELF']?>
I am going to be a php mysql developer can you suggest me some suggestions that might be helpful for my development because I am beginner in this field and working on my research project -
How to use unicode letters within a HTML page?
I need to use Sinhalese language Unicode letters within my personal web site. How can I do that ? Are their any special tags to insert Unicode letters?
Final result should be like this web page. There are Sinhalese letters and they are displayed on the browser.
http://mahamevnawa.blo gspot.com/2011/01/blog-post.html -
How do I disable a page behind a pop-up?
I creating a pop-up audit application for my company and when the application runs it is suppose to prevent the user from using the web page until the audit is complete. I was wondering if anyone knows how to do that or could point me to a reference that might help?
The pop-up is a wizard, which means the pop-up is part of the page and not a separate window. I don't know is that helps but it is some more information about what i am... -
Fill a form from excel?
Hi everyone
So this is my question...
I need to log in so many times in so many computers, in a specific web page "http://webshipping.dhl .com.mx"
I wold like to do it with a macro Im using Excel 2003
By now, I have the next code, But doesnt seems to work, please help me...
Code:Sub pag() Dim myie As New InternetExplorer 'New' Dim
-
C helps learn C++?
Hi
I was wondering, if I know C do I essentially know c++?
Also can C/C++ be used in cool ways with web sites? or are they more for hardware etc.
I just created a site (http://rblog.net16.net/) and I was hoping to enhance it in cool ways, so any info relating c/c++ with web development would be great! -
mysticwater started a topic Hi, I was wondering if someone could help me with positioning a site I recently madein HTML CSSHi, I was wondering if someone could help me with positioning a site I recently made
The site I made is:
http://rblog.net16.net/
I am new to web design/ development; so my question is probably quite trite.
The site looks fine in my computer, however in another computer it gets all magnified and odd.
This is not the case with cnn, bbc, css trick or other good sites.
Is there some specific feature that ensures that the site doesn't change too much when viewed on...