Jump to content

Reading the source html.


Recommended Posts

I was going to make a script to read a shoutbox and input the name/message into a listview which would have been very doable except I didn't realize that this website (and i'm assuming every other website with a shoutbox) has it set to where the user's name isn't defined by a string but instead a variable.

Eg: if I were to right-click > inspect element it would show <b>gottygolly</b> in the area of the name but when I grab the source using the _inetgetsource() it grabs <b>${userid}</b> which is useless to me without knowing who ${userid} is.

 

Is there any way to get this to work?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...