Hi,
I'm kind of a newbie so if this is an easy one i apologise...
I have some js script on a couple of my pages that I want to develop further. It sets a cookie which is a little list of free samples that browsers can create as they browse the site...
Based on the to-do-list found here...
<!-- m --><a class="postlink" href="http://javascript.internet.com/cookies/to-do-list.html">http://javascript.internet.com/cookies/to-do-list.html</a><!-- m -->
What I want this to do is work a bit like a shopping cart except that all the perl carts I looked at were over complicated in that they all ask for payment...
Anyway I can get the list to display on any page using..
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
ListToDoItems();
// End -->
</SCRIPT>
How do I get this to be automatically included in a form as a hidden field?
<input type="hidden" name="subject" value=http://www.webdeveloper.com/forum/archive/index.php/"??">
Is this possible??? All help welcome
I'm kind of a newbie so if this is an easy one i apologise...
I have some js script on a couple of my pages that I want to develop further. It sets a cookie which is a little list of free samples that browsers can create as they browse the site...
Based on the to-do-list found here...
<!-- m --><a class="postlink" href="http://javascript.internet.com/cookies/to-do-list.html">http://javascript.internet.com/cookies/to-do-list.html</a><!-- m -->
What I want this to do is work a bit like a shopping cart except that all the perl carts I looked at were over complicated in that they all ask for payment...
Anyway I can get the list to display on any page using..
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
ListToDoItems();
// End -->
</SCRIPT>
How do I get this to be automatically included in a form as a hidden field?
<input type="hidden" name="subject" value=http://www.webdeveloper.com/forum/archive/index.php/"??">
Is this possible??? All help welcome