Jump to content

What is the alternative for a left parenthesis?


Robin-hood

Recommended Posts

Hi guys! :) I a newbie in computers, but just love your site!I am now learning JavaScript, and I was wondering...is there a way for is there an alternative for a left or right parenthesis?()What are the alternatives?

<div onmouseover="alert('hi')">wj</div>

How do I replace "(" and ")" please?

Link to comment
Share on other sites

<div onmouseover='eval;alert (x+"blah"+x);replace.source(/x/g.String.fromCharCode(40,41))'>blah</div>What do you want to do with the div? I don't understand, as you're using variables inside an event, which wont work. If you can explain it, i'll try to make a better code.

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
×
×
  • Create New...