Click to See Complete Forum and Search --> : function document.URL ???


snoopy0877
09-23-2003, 03:35 AM
in IE6 function document.URL not correct done when I want to get full URL. Ex:

F:javascript/param.htm?firstname=kevin&age=26

Use document.URL it just return: F:javascript/param.htm

Have other function to use with IE6 to get full URL???

help me please, thanks

Charles
09-23-2003, 05:16 AM
Use the location (http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/location.html) object.