for example :

<button onClick="document.location='mypage.php&par=val#tabs-2';"/>

you could use a form, indeed, like this

<button onClick="document.FORM_DATA.submit();"/>
<form name="FORM_DATA" action="mypage.php#tabs-2">
    <input type="hidden" name="par" value="val"/>
</form>

does this match your needs?


karthi a écrit :
> I don't know the exact format.
> please can u give me a format.
> #tabs-2 this is id of second tab.
> please help me
>
> On Oct 13, 2:43 pm, "fichtre.diantre" <fichtre.dian...@gmail.com>
> wrote:
>   
>> when you submit your page, add #mysecondtabid at the end of your url,
>> tab with this id
>> will be opened at page load.
>>     
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to