Jump to content
UBot Underground

How Can I Deal With This Javascript ?


Recommended Posts

Hi

 

the site i was working with made some changes in the last few weeks.

 

i cant choose any attribute and the only option i see is the "outerhtml".

 

i guess its some of a JavaScript, i never used JavaScript before.

 

 

<FORM class=sendmessage name=theForm onsubmit="return (!formSubmitted());" action=/html/offline/offline-compose.jsp method=post><LABEL for=addressee value="]p[]p" checked><A class=inserter title="Select Friends" style="FONT-WEIGHT: bold; COLOR: #333333; TEXT-DECORATION: none" onclick="if (ajax_isTooltipOpen()) {hidePopup();} else {setJustOpened();ajax_showTooltip('/html/choose-friends.jsp',this);};return false;" href="http://www.site.com/html/offline/" value="]p[]p" checked>   To:   </A></LABEL> <INPUT class=texter id=destnames onkeydown=handleKeyEvent(event); onblur="checkRecipientsLimit(this, '10', 'message');return false;" onkeyup="showAutoComplete(this,'/html/offline/offline-compose-get_hint_pop.jsp');checkRecipientsLimit(this, '10', 'message');return false;" style="WIDTH: 44em" onfocus="checkRecipientsLimit(this, '10', 'message');return false;" name=destnames autocomplete="off" ?>

<P value="]p[]p" checked><LABEL for=subject value="]p[]p" checked>Subject:</LABEL> <INPUT class=texter id=subject style="WIDTH: 44em" maxLength=100 name=subject> </P><INPUT type=hidden value=1728838609 name=user_key>

<P value="]p[]p" checked><LABEL for=messagebox value="]p[]p" checked>Message <STRONG value="]p[]p" checked>(required)</STRONG>:</LABEL> <TEXTAREA class=texter id=messagebox onkeyup="if (this.form.message.value.length > 1250) this.form.message.value = this.form.message.value.substring(0, 1250);" style="WIDTH: 44em" name=message rows=3 cols=30></TEXTAREA> </P>

<P value="]p[]p" checked><LABEL for=photo value="]p[]p" checked>Photo:</LABEL> <INPUT class=inserter type=submit value="Select Photo" name=action> <SPAN style="FLOAT: right; TEXT-ALIGN: right" value="]p[]p" checked><INPUT class=submitter type=submit value=Send name=action> </SPAN></P>

 

 

its a simple form with :

 

To:

Subject:

Message:

 

 

btw, where can i learn more about using javascript on ubot?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...