Oct 9, 2002 #1 jvdboom Programmer Aug 18, 2002 93 BE Is it possible to just read out: http://somedomain.com/test.htm?xml=ne20.xml Mostly the URL will be in the same document. Or is there another solution to do this?
Is it possible to just read out: http://somedomain.com/test.htm?xml=ne20.xml Mostly the URL will be in the same document. Or is there another solution to do this?
Oct 9, 2002 1 #2 adam0101 Programmer Jun 25, 2002 1,952 US What does it mean to "read out" a url? Upvote 0 Downvote
Oct 9, 2002 Thread starter #3 jvdboom Programmer Aug 18, 2002 93 BE I just need the extra data after the ? e.g. xml=doc1.xml Upvote 0 Downvote
Oct 9, 2002 #4 adam0101 Programmer Jun 25, 2002 1,952 US location.search.substring(1) Upvote 0 Downvote