Is there an additional syntax that I need to add to my ASP file to allow MAC OS 10.2.8 user to be able to view pdf file ??
It works alright on Windows but it somehow fail for Mac OS. I'm just wondering.
Anyone have a clue ?
Hi
I'm trying to use this function to validate radio button but it doesn't seem to work. Can anybody tell me what's wrong with it ? What should I be putting on the radio button validation ?
This is the portion I add
else if (test.indexOf('radio') != -1)
{
if(!val)errors += '- '+args[i]+'...
Yeah, I noticed that. Thanks for pointing that out. I did try to do a simple includes but it didn't work. I will contact the hosting company and ask them about it
thx,
nawrioj
Yeah, I think that SQL wont return any duplicates but you're combining all 4 condition all at once. I need to identify which item belongs to "exact phrase condition", "all word condition", "any-word condition", and "near match condition"
while not having duplication on the result
This is the...
I'm trying to do a site search which have 4 functionalities (exact phrase, allword match, any word match and near match). These 4 types of site search will select the same fields but different conditions.
Any ideas on how I can eliminate the duplication ? I will need to display all the result...
I'm not that experience using stored procedure though I'm using it right now for the project. Do you treat stored procedure like we're using vbscript ? Can we use split function for the stored procedure ?
Thanks
Does anyone has a suggestion on how to do site search on any word match. So If we provide a keyword "new black shoes", the site search will query the database for keyword "new", "black", and "shoes".
I need to bear in mind that I don't want any Duplication.
Anybody has an idea of how to...
i guess I haven't really provide too much detail about the problem that I'm encountering but thanks for the respond though.
I'm trying to do "any words search" so if a user enter "tooth brush" the code will search for keyword tooth and brush. However, My code below seems to give me only the...
I'm pulling the recordset from the same table.
for example :
recordset 1 has the query of
select *
from categories
where name like %brush%
recordset 2 has the query of
select *
from categories
where name like %blue%
and I want to merge these 2 recordsets
Thanks
nawrioj
Is it possible to pull a recordset from the database and adding new recordset to the previous recordset.
So it's going to be like
recordset1 + recordset2 = newrecordset
If this possible can anybody show me the simple way to do this ??
thanks
nawrioj
Hi I'm writing a site search code for asp and I have a problem with sql server stored procedure. I basically want to search the site and display 20 result perpage but I have no idea how to show result 1-20 on first page and result 21-40 on the next page and so on. Can somebody help me out here...
Hi I'm writing a site search code for asp and I have a problem with sql server stored procedure. I basically want to search the site and display 20 result perpage but I have no idea how to show result 1-20 on first page and result 21-40 on the next page and so on. Can somebody help me out here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.