Results 1 to 3 of 3

Thread: How do I take <%=Keyword%> in Javascript and break it down to arrays?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    447

    How do I take <%=Keyword%> in Javascript and break it down to arrays?

    How do I take <%=Keyword%> in Javascript and break it down to arrays?
    Compare bible texts (and other tools):
    TheWheelofGod

  2. #2
    Lively Member
    Join Date
    Feb 2006
    Posts
    64

    Re: How do I take <%=Keyword%> in Javascript and break it down to arrays?

    Code:
    <%=Keyword%>
    Is that JSP code? Wat does it contain?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    447

    Re: How do I take <%=Keyword%> in Javascript and break it down to arrays?

    That's ASP. I found the answer:
    Code:
    document.getElementById("ifrVerse").src="tripledemoduo.asp?keyword=" + Keyword.replace(/[ ]/g,'+') + "&keywordb=" + Keywordb.replace(/[ ]/g,'+') + "&keywordc=" + Keywordc + "&keywordd="  + Keywordd + "&keyworde="  + Keyworde + "&keywordf="  + Keywordf;
    Compare bible texts (and other tools):
    TheWheelofGod

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