all groups > inetserver asp general > november 2003 > threads for monday november 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Double quotes
Posted by at 11/10/2003 11:39:50 PM
Hi
I have an asp page.I have all the form tags, javascripts etc in that.
For e.g In my asp page I have mentioned my form tag as
<form name=frmupdateskill method=post>
and javascript as
<script language=javascript>
some code...
</script>
I send this asp page to my onsite pers... more >>
Double quotes
Posted by at 11/10/2003 11:39:41 PM
Hi
I have an asp page.I have all the form tags, javascripts etc in that.
For e.g In my asp page I have mentioned my form tag as
<form name=frmupdateskill method=post>
and javascript as
<script language=javascript>
some code...
</script>
I send this asp page to my onsite pers... more >>
Vbscript in ASP
Posted by MonkFish at 11/10/2003 11:39:22 PM
Hi, I am extremely new to this ASP thing </apology>
I would like to use many of the server control scripts that I have taken
from the script centre on ASP pages. Whenever I try to use a script I always
get an error at the GetObject line, E.g.
Set objWMIService = GetObject("winmgmts:{imperson... more >>
check table/query exist help
Posted by g at 11/10/2003 10:39:52 PM
Is there a method where by I could check for a certain table or query
exist in my access database file before I made query to it??
... more >>
Security
Posted by Inz Akure at 11/10/2003 7:28:54 PM
Why not spoof your machine so it appears to be a linux box or ?? You could
maybe run a linux based proxy, switch your ASP extensions to PHP through
IIS, create custom error pages to appear to be from a different OS etc.
Could this cause a hacker to run in circles?
... more >>
Error 500 the Page cannot be displayed
Posted by Fie Fie Niles at 11/10/2003 4:35:49 PM
At our client site, they are using IIS 5.0. We created a virtual directory
that points to a directory on the IIS server, and gave the execute
permissions as "Scripts and Executables". When we access HTM file, it shows
up fine on IE 6. But, when we access any ASP file, it gets an "error 500 the
P... more >>
Want Exit Popop Not to open inside the same site
Posted by deepakdatta NO[at]SPAM hotmail.com at 11/10/2003 11:23:04 AM
I am using the code below to implement 1 time entry and exit popup.
The entry popup works fine, but the exit popup opens even if you
browse from one page to the other on the same site. I want it to popup
only if the user closes the browser or goes to a different site.
What is the best way to i... more >>
InStr Help
Posted by Graham Mattingley at 11/10/2003 11:04:24 AM
How do I use InStr to find the string d="1"
I have tryed
InStr(text,"d="1"") and it does not work
I have tryed a few other variations and I cant get it to work
Thanks
Graham
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Select where val in(groups)
Posted by Mark at 11/10/2003 7:55:10 AM
Hi - I have set-up security for my users - the security is held in a
text field, separated by a comma.
If the users a member of groups 1, 5 and 6 - the usergroups field is set
to 1,5,6 - to check if they are allowed access to the books, I need to
check each of these numbers (by using split,","... more >>
Showing Tif files in IE6.0 windowsxp
Posted by Vishnu at 11/10/2003 7:47:27 AM
I have a strange problem on WindowsXP proffessional with
IE6 ,when i try to display a tiff file ,it is not
showing ,small red x is comming up.
I tried by dowloading latest IE from microsoft but no use.
This is working fine on win2k IE6
Here is the html file I am using to display the tif ... more >>
Reliability problem
Posted by e_marquess NO[at]SPAM hotmail.com at 11/10/2003 7:08:29 AM
I have an ASP form which collects data into a MS Access database. This
is used to collect information from 120 of my students. Last year I
used a free host but this was utterly unreliable. This year I am using
a paid host. It's much more reliable but I'm still finding about 20%
of students do no... more >>
Microsoft Script Debugger Not Getting Control
Posted by John H. at 11/10/2003 6:59:33 AM
I installed the Microsoft Script Debugger and set
the "Enable Script Debug" flag on in IIS. Also, I made
sure that the "Disable Script Debug" flag was off in
Internet Explorer. Everything ran fine for about two
months; the Debugger was getting control. Then, all of a
sudden, it has stopp... more >>
When to do an ADO rollback
Posted by google NO[at]SPAM colinsteadman.com at 11/10/2003 6:08:51 AM
While scouting around this group, I've stumbled upon this ASP script
which deals with rolling back transactions -
'-- Error Handler
if oConn.Errors.Count > 0 then
oConn.RollbackTrans
Response.Write("FAIL")
Response.End
Response.write(err.description)
end if
Which has g... more >>
FTP batch called by ISS dll hangs after 300-500 files
Posted by Bernhard Sollfrank at 11/10/2003 4:21:57 AM
Hello,
i have to start a batch process from a dll to transfer
files created by this dll to remote ftp server. I created
a batch file:
ftp -n -v -i -s:D:\batch\ftpcmds.txt ftp-server
and a file containing the ftp commands:
user username password
lcd D:\batch\media
mput *.*
quit
... more >>
Accessing XML doc via ASP
Posted by Rob Meade at 11/10/2003 2:09:15 AM
Hi all,
I went on an XML course over a year ago and have finally
got around to having a use for it, but do you think I can
actually remember anything - nope!..
Ok, here's what I want to do - I want to store an XML
file with several elements that contain data for
applications we've writ... more >>
Left function in ASP
Posted by Luiz Horacio at 11/10/2003 1:56:04 AM
Hi,
I want to use the two first numbers of a user-input as a flag, but don't
know how to get them in ASP... How can I use a function like 'variable =
left(user_input, 2)' in ASP?
Regards,
--
Luiz Horacio
lhoracio@iname.com
... more >>
|