touche
Just made a test.html and test.asp with just that in it.
Works in both browsers.
Guess I'll have to find out what is wrong with my code.
Thanks for the help :)
User Profile
Collapse
-
Good idea, but when it tries to load the page it goes to "blahblahbl ah/undefined" instead "blahblahbl ah/uploadNum.asp?u pNum=1".
Same with google, says its undefined. That's in firefox. Non-responsive in IE....Leave a comment:
-
It also appears that it wont read anything inside the onclick. I've tried an alert in there as well.
In fact, ive tried onfocus, onchange(in the select tag), and some of the other "on"s, but doesnt seem to read whatever appears in there.
I tested an alert by putting javascript in the header just to make sure it worked and it does. Maybe I have to add something inside script tags in header or include some javascript...Leave a comment:
-
-
Javascript onclick not working in IE
I have a select statement with various numbers. Upon clicking on one of the options, you are sent to a page that puts the option value in a session and returns back to the previous page. When it gets back to the page it is supposed to write out a number of <div> tags based on the session variable. I don't know if its asp or IE, but regardless it works in firefox the way I want it to. The code that I'm using is:
...Code:<option
No activity results to display
Show More
Leave a comment: