lil help ?

Discussion in 'Code Snippets and Tutorials' started by NHStephen, Sep 11, 2007.

  1. NHStephen

    NHStephen Level IV

    Joined:
    Jan 2, 2007
    Messages:
    1,114
    Likes Received:
    9
    Ok here my code

    w.PostWrapper("http://www.yuwie.com/login.asp", "email=" & txtUsername.Text & "&password=" & txtPassword.Text)

    i cant get it to work
    if someone can help me it wuld be great

    Yuwie.com im trying to get the log in code for it :)
     
  2. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    make sure it is
    w.PostWrapper("http://www.yuwie.com/login.asp", "email=" & txtUsername.Text & "&password=" & txtPassword.Text, what the referer is )