Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
GeekyGuy
Client



Joined: Jun 03, 2004
Posts: 302
Location: Huber Heights Ohio

PostPosted: Thu Nov 04, 2004 8:39 pm Reply with quote

I have these lines of HTML:
Code:
<p align="center"><span id="LaunchAX" style="display: none"><a href="javascr ipt:LaunchScan();"><b><font color="#FF0000" size="+2">Click 

here to scan</font></b></a><br>This will (try to) download and run the scanner via ActiveX</span></p>
<script language="JavaScr ipt" type="text/javascr ipt">
<!--
  document.getElementById('LaunchAX').style.display = '';
//-->
</scr ipt>
<noscr ipt>
<p align="center"><strong><font color="#FF0000">Error</font></strong><font color="#FF0000">:
You must have Javascr ipt and ActiveX active for this to work!</font></p>
</noscr ipt>

How would this be displayed in PHP Nuke? Of course the spaces in the words scr ipt are intentional to get past NukeSentinel.
Any help would be greatly appreciated, thanks

_________________
"The Daytona 500 is ours! We won it, we won it, we won it!", Dale Earnhardt, February 15th, 1998, Daytona 500 
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Nov 05, 2004 12:37 am Reply with quote

This applies to any kind of non-php code (html, js, css)
http://www.ravenphpscripts.com/postt28.html

You could also just do
Code:
echo <<< _HTML_

<p align="center"><span id="LaunchAX" style="display: none"><a href="javascr ipt:LaunchScan();"><b><font color="#FF0000" size="+2">Click
here to scan</font></b></a><br>This will (try to) download and run the scanner via ActiveX</span></p>
<script language="JavaScr ipt" type="text/javascr ipt">
<!--
  document.getElementById('LaunchAX').style.display = '';
//-->
</scr ipt>
<noscr ipt>
<p align="center"><strong><font color="#FF0000">Error</font></strong><font color="#FF0000">:
You must have Javascr ipt and ActiveX active for this to work!</font></p>
</noscr ipt>
_HTML_;
 
View user's profile Send private message
GeekyGuy







PostPosted: Fri Nov 05, 2004 6:31 am Reply with quote

Awesome, thanks for the help Raven.
I should have searched a little harder.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©