On Tuesday 28 October 2008 20:01:41 Kanade, Sayali wrote:
> Thanks for your reply, but not sure it answers my question.
>
> My question is: How can I prevent a div from refreshing its contents on
> page load? The div should only be refreshed on button click.
>
> My problem is that, my div loads on page load. It also reloads on submit
> button click, but it should ONLY load on submit click, not on page load.
>
> The action that executes in my div has to be only executed after the user
> selects a checkbox and clicks submit.
>
> Please help, I have browsed for this answer for hours!!!
>

You could tryusing a Javascript function to set your div to "display:none" on 
page load and re-set it when you want to display it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to