Hi, I am kinda new to GMonkey, and I need your help guys.

First, I got a website, and on it's header it got the javascript res.

<script src="sys_/js/Config.js" language="javascript" type="text/
javascript"></script>

On my Config.js, there is a function:

function lp_step_2(text){
        if (document.lostpwd_form.answer.value == ""){
                alert('Please complete all fields before submitting');
                return false;
                }
send_data('lostpwd_form','lp_content',text,'200','1');
}

I want to remove the if document.lostpw_form.answer.value = "" then
alert. Can I possibly do that without editing the config.js via
GreaseMonkey? So I can send an empty data from the input box. I hope
you clearly understood what I mean. :)

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to