Results 1 to 3 of 3

Thread: What the #@$%*! is "blank0"

  1. #1

    Thread Starter
    Addicted Member wernerh's Avatar
    Join Date
    Sep 2000
    Posts
    170

    Angry

    When I reload a IFRAME on my Page on th ONGHANGE event of a select box< I use the line:
    onchange="frame1.document.location.replace('MyPage.asp?MyVar=' & form1.cboSelect.value)"

    All that loads into the IFRAME is the words "blank 0 "

    If I take the form1.cboSelect.value away the correct page displays, but I need to pass the value of that cbo??

    Frustrated beyond the piont of strangeling th mouse!!!!!

  2. #2
    Guest
    Hi....

    since you a using ASP,
    y not u using myValue = Request.Form("value")


    Regards,
    Mac

  3. #3
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    try with the eval function:

    onchange="eval("frame1.document.location.replace('MyPage.asp?MyVar='" + form1.cboSelect.value+"');");"

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