Snitz Forums 2000
Home
|
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
FAQ
Username:
Password:
Save Password
Forgot your Password?
All Forums
Snitz Forums 2000 DEV-Group
DEV Bug Reports (Open)
search for any html
New Topic
Topic Locked
Printer Friendly
Author
Topic
rev_greg
Starting Member
USA
47 Posts
Posted - 07 May 2002 : 17:40:35
I have modified search.asp according to a report that was about searching for <iframe> but that does not fix the problem. If you put <iframe> in the search box you will still get an ifram showing up on the search results. How can this be fixed?
HuwR
Forum Admin
United Kingdom
20595 Posts
Posted - 07 May 2002 : 18:09:08
You haven't replaced all the request.form("search") entries where it is being displayed.
rev_greg
Starting Member
USA
47 Posts
Posted - 07 May 2002 : 18:14:28
I did, but near as I can tell the chkString function only htmlencodes if allow htmlcode is off and mine is on.
HuwR
Forum Admin
United Kingdom
20595 Posts
Posted - 07 May 2002 : 18:17:22
might have helped if you had said that in the first place.
rev_greg
Starting Member
USA
47 Posts
Posted - 07 May 2002 : 18:23:32
Sorry, I didn't discover how chkstring function worked until after I posted. For right now I added to inc_functions
if fField_Type = "searchdisplay" then
fString = HTMLEncode(fString)
chkString = fString
exit function
end if
then changed the line in search.asp from
" Search Results for: " & chkString(Request.Form("Search"),"display") & vbNewline
to
" Search Results for: " & chkString(Request.Form("Search"),"
search
display") & vbNewline
so far that seems to work
Topic
New Topic
Topic Locked
Printer Friendly
Jump To:
Select Forum
Announcements
Announcements: Security Related Bug Fixes
Announcements: Community
Announcements: New Releases
A Testing Area
Testing Forums
Help Groups for Snitz Forums 2000 Users
Help: General / MVC version(v1.XX)
Help: General / Classic ASP versions(v3.4.XX)
Help: General / Previous versions
Help: Database: MS Access
Help: Database: MS SQL Server
Help: Database: MySql
Help: Mail Configuration
Help: MOD Implementation
Help: Authentication: NT
Help: General / Current Version (Old)
Frequently Asked Questions
FAQ About This Site
HOW DO I FAQs
FAQs for Using Snitz with Access
FAQs for Using Snitz with mySQL
FAQs for Using Snitz with SQLServer
FAQ for Beginners to Snitz Forums
FAQ For Developers
FAQ for Webmasters
FAQ Addition Requests
Snitz Forums 2000 MOD-Group
Mod Integration Project (BUG Reports)
MOD Completed Add-Ons
MOD Add-On Forum (W/Code)
MOD Add-On Forum (W/O Code)
Community Forums
Graphics & Style in Snitz!
Suggest forum.snitz.com Content
Show-Off Your Forums
Code Support: ASP (Non-Forum Related)
Code Support: ASP.NET (Non-Forum Related)
Community Discussions (All other subjects)
Snitz Forums 2000 DOC-Group
DOC Discussion
DOC In-Box
DOC Out-Box
Snitz Forums 2000 DEV-Group
DEV Bug Reports (Open)
DEV Discussions (General)
DEV Discussions (Oracle)
DEV Discussions (VFP)
DEV Bug Reports (Closed)
DEV Internationalization (v4-archive)
DEV Internationalization (v4)
URLs and Other Resources
Snitz Forums 2000 - Classic ASP version
SnitzBitz
Snitz MVC development site
Snitz Downloads/etc...
SourceForge
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
Snitz Forums 2000
© 2000-2021 Snitz™ Communications
This page was generated in 0.11 seconds.