Hi,
I have one web page in that i am using one anchor tag and linking to some other page in Anchor href. Now i want to raise anchor click event automatically in page load without clicking and navigate to that page.
I want to write anchor tag like this
<a href="AboutUs.a spx?TB_iframe=t rue&height=500& width=800" class="thickbox ">About us</a>
But it has to go to Aboutus.aspx page without clicking.
Is there any way to do that uisng javascript or anything else?please guide me how approach that issue.
Thanks in advance
Pavani
I have one web page in that i am using one anchor tag and linking to some other page in Anchor href. Now i want to raise anchor click event automatically in page load without clicking and navigate to that page.
I want to write anchor tag like this
<a href="AboutUs.a spx?TB_iframe=t rue&height=500& width=800" class="thickbox ">About us</a>
But it has to go to Aboutus.aspx page without clicking.
Is there any way to do that uisng javascript or anything else?please guide me how approach that issue.
Thanks in advance
Pavani
Comment