[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change of URL works sometimes



At 05:32 PM 2/13/96 -0500, you wrote:
>I have been working on a page where clicking on a form button updates the
>URL of the current window. For some reason this works sometimes, and other
>times does not. I really have a 50% chance of it working. Any ideas???

If I understand you correctly you want to use the button like a link,
correct?  In that case, the
syntax is:

        location = "main.html"

This should work all the time.

-- Gordon