Email conversation
From | Dwayne Kuan |
To | Me |
Subject | am having trouble getting your 'Get' method variable reading script to work |
Date | 23 October 2004 14:14 |
hi, was looking for a good solution to transfer variables from a form to
the address bar and back into a page again and your script looked like the
perfect solution.
I've attempted to use php at first which was great except i have problems
with quotes and double quotes and your script seemed to work through them.
i copied your locvar.js into my server and put your page into my server but
the form data section did not appear... only the regular html appeared.
what am i missing here?
From | Me |
To | Dwayne Kuan |
Subject | Re: am having trouble getting your 'Get' method variable reading script to work |
Date | 23 October 2004 15:28 |
From the sound of it, you have not copied my directory structure and you
have not adjusted the src attribute in the script tag to point to the
location of the header file on your server.
This line here probably needs to be changed:
<script src="../../jslibs/locvar.js" type="text/javascript" language="javascript1.2"></script>
Hope this helps
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/