Results 1 to 2 of 2

Thread: Calling java script and vbcode @ the same time ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97

    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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97
    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
  •  



Click Here to Expand Forum to Full Width