|
-
Sep 4th, 2002, 03:26 AM
#1
Thread Starter
Lively Member
Calling java script and vbcode @ the same time ??
i need to call some vbcode on 1 page to display help topics then change a page in my frameset using some sort of java script, but i can only appear to get 1 or the other to work, is there a way of calling the java script using vbcode or are there any commands within vb that will do this for me ?
Regards
J Green
-
Sep 4th, 2002, 06:45 AM
#2
Thread Starter
Lively Member
here's the code if this helps
If i do this it only calls the VB Code :
<a href="home.aspx" target="Main"><asp:LinkButton id="lnkHome" runat="server" CssClass="leftnav">Home</asp:LinkButton></a>
and if i do this only the jump works n e ideas :
<asp:LinkButton id="lnkHome" runat="server" CssClass="leftnav"><a href="home.aspx" target="Main">Home</a></asp:LinkButton>
can u use the response.redirect command to do somthing like this ?
response.redirect("href=""MyPage.aspx"" target = ""Main""") ???
arghhhhhhhhhhhhhhh please help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|