Javascript / form / saving a page

L

Luuk

Hi,

I have a page with a 'selection' form, when i select something, the info
displayed changes according to the selection.

Now, i want to save this page, in IE, using the SaveAs-button. What i
want to prevent is that all possible options are saveed also. I do mean
that all options possible in the original document should be deleted..

so, i created a little javascript:

while (document.form.itemName.length >0) {
document.form.itemName.options[0] = null; }

This deletes al the options on screen, but not in the page.

Is there a way of saving the page without all the original options?
(in fact het complete form can be deleted on the saved page..)

Or should i do this in a completly other way?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top