Search Results

Showing results 1 to 40 of 48
Search took 0.01 seconds.
Search: Posts Made By: CertGuard
Forum: HTML and CSS Dec 6th, 2007
Replies: 5
Views: 4,532
Posted By CertGuard
I was going to agree with you, then I found this DIV tag in my own code which I forgot I used to adjust the position of the content below it. (It seemed to be the simplest solution at the time)
...
Forum: ASP Dec 5th, 2007
Replies: 4
Views: 1,792
Posted By CertGuard
So, does it work now?

The information you just provided still doesn't match what you originally posted and doesn't look like it will work.
Forum: ASP Dec 5th, 2007
Replies: 1
Views: 2,178
Posted By CertGuard
Lets see if I can remember this off the top of my head. If I'm wrong I hope someone will jump in and correct me.

Generally when the time is sent from the browser to the server it is done with the...
Forum: ASP Dec 5th, 2007
Replies: 4
Views: 1,792
Posted By CertGuard
Correct, from the looks of it, that should be response.redirect "login_script.asp"
Forum: HTML and CSS Nov 30th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
No Problem Sage, I understand completely. As with anything, all anyone can really do is minimize the chance of their information from being stolen. If someone wants something bad enough they are...
Forum: HTML and CSS Nov 30th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
I use similar code for my "Trusted" image (only because I want to minimize the chance of the image itself being stolen), but you can still access the Source of the page without right-clicking.
...
Forum: Site Layout and Usability Nov 29th, 2007
Replies: 7
Solved: Template
Views: 1,551
Posted By CertGuard
Anytime! :)
Forum: Site Layout and Usability Nov 29th, 2007
Replies: 7
Solved: Template
Views: 1,551
Posted By CertGuard
Googling terms such as "Free Web Templates" or "Web Templates" will turn up plenty of results to help you.

If you want to narrow your search to a specific language, you could even Google "ASP Web...
Forum: ASP Nov 29th, 2007
Replies: 11
Views: 2,756
Posted By CertGuard
Yes, you're very welcome nick. Glad to help!
Forum: ASP Nov 29th, 2007
Replies: 8
Views: 2,502
Posted By CertGuard
You're very welcome. Glad I could help!
Forum: ASP Nov 28th, 2007
Replies: 7
Views: 1,063
Posted By CertGuard
This is ASP 3.0 and you can see the error it gives me:

http://www.certguard.com/splitColumn2.asp

but yeah, in ASP.NET that solution works fine. (Same with VB6 IIRC) ;)
Forum: ASP Nov 28th, 2007
Replies: 7
Views: 1,063
Posted By CertGuard
I don't think that's valid in Classic ASP, but you could just as easily do this:

Dim strName:strName = Trim(Request.Form("name"))
Forum: ASP Nov 28th, 2007
Replies: 11
Views: 2,756
Posted By CertGuard
Good solution. A few minor errors, but nothing as bad as mine was. ;)

The only difference in the final result is the way the list is presented.

A, C
B, D

versus

A, B
Forum: HTML and CSS Nov 28th, 2007
Replies: 5
Views: 4,532
Posted By CertGuard
Forum: HTML and CSS Nov 28th, 2007
Replies: 9
Views: 8,115
Posted By CertGuard
I'm not sure what would happen in your case, but you can try it here and see what it does

http://www.w3schools.com/xml/tryit.asp?filename=try_xmlhttprequest_js1

I suggest leaving it as you...
Forum: HTML and CSS Nov 28th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
A couple points for you sage,



Any fairly decent programmer wouldn't need to steal code, they would be able to produce it themselves without even having to think about how it should be done.
...
Forum: Database Design Nov 28th, 2007
Replies: 2
Views: 1,447
Posted By CertGuard
EDIT: Sorry, missed the "Solved" label.
Forum: MS Access and FileMaker Pro Nov 28th, 2007
Replies: 2
Views: 2,266
Posted By CertGuard
Give this tool a lookover, it may be what you're looking for:

ASPRunner: http://www.xlinesoft.com/asprunner/
Forum: MS Access and FileMaker Pro Nov 28th, 2007
Replies: 1
Views: 1,234
Posted By CertGuard
It all depends on the datatypes you have set in the database table, but I see two issues in your statement.

1. INT types do not have ' around them
2. DATES are surrounded by #

Try this:
...
Forum: ASP Nov 28th, 2007
Replies: 7
Views: 1,063
Posted By CertGuard
The only thing I can see which looks like it would cause a problem is:

.From = "Stuff Website"

.From should contain an email address.

Are you receiving any errors?
Forum: Growing an Online Community Nov 28th, 2007
Replies: 10
Views: 1,943
Posted By CertGuard
Those are great prevention techniques and I employ both of them whenever a subscriber's email could be put at risk, but there are spammers that also like to manually spam forums.

You've certainly...
Forum: ASP Nov 28th, 2007
Replies: 8
Views: 2,502
Posted By CertGuard
Ok, then what you're saying is that the new server has added the " AM0" to the visitorID, whereas the old server didn't.

If that is the case, you'll have to choose one of two paths.

1. Find the...
Forum: ASP Nov 27th, 2007
Replies: 11
Views: 2,756
Posted By CertGuard
Wow, yeah, I really blew that one out of the water, didn't I ?!

My apologies. That'll be the last time I punch out a block of code in a hurry. Don't give up yet though, if it's one thing I've...
Forum: Website Reviews Nov 27th, 2007
Replies: 0
Views: 584
Posted By CertGuard
We recently changed our site design.

Anyone care to check it out and tell me what you do(n't) like about it?

http://www.certguard.com/
Forum: HTML and CSS Nov 27th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
Precisely Matt, nothing on the net is sacred.

I've always seen external style sheets as a way of providing multiple styles to a single page, or a single style to multiple pages.

They're great...
Forum: HTML and CSS Nov 27th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
Lets take this forum for instance. I just right-clicked and did a "view source". From that source I quickly (I mean within 5 seconds) found this information <link rel="stylesheet" type="text/css"...
Forum: HTML and CSS Nov 27th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
Style sheets can be downloaded though. If you look in the <head> tags of any page on the site you can get the location of the CSS file. Once you know that all you have to do is put the path to that...
Forum: ASP Nov 27th, 2007
Replies: 8
Views: 2,502
Posted By CertGuard
Ok, can you provide me with a couple things then?

Add this code directly above this line 'response.write sqlstr


response.write sqlStr & "<br />" & strConnectProBurn
response.end


Run the...
Forum: HTML and CSS Nov 27th, 2007
Replies: 23
Views: 13,483
Posted By CertGuard
If you want to HIDE proprietary code from the users, try developing the site in ASP or ASP.NET, but as MidiMagic stated, the HTML MUST be visible for the browser to interpret.
Forum: ASP Nov 27th, 2007
Replies: 8
Views: 2,502
Posted By CertGuard
Your problem appears to be this line:


' response.write sqlstr
RST.Open sqlStr, strConnectProBurn, adOpenKeySet, adLockOptimistic


What is the value of strConnectProBurn? Since you say you...
Forum: ASP Nov 26th, 2007
Replies: 3
Views: 3,677
Posted By CertGuard
That is definitely another solution to the problem. Glad to hear you got it working.
Forum: ASP Nov 26th, 2007
Replies: 11
Views: 2,756
Posted By CertGuard
OHHhhh! Ok, I understand what you're getting at.

Well, there are a few ways to tackle that problem.

But here is my best solution. Get the recordset, divide the recordcount by two, fill two...
Forum: ASP Nov 26th, 2007
Replies: 6
Views: 2,781
Posted By CertGuard
Anytime ;)
Forum: ASP Nov 26th, 2007
Replies: 3
Views: 1,227
Posted By CertGuard
karthik is correct, the easiest way (least secure method) would be to use request.querystring to pass the variables between pages.

Passing querystrings is simple. Each <input> is given a name and...
Forum: ASP Nov 26th, 2007
Replies: 6
Views: 2,781
Posted By CertGuard
Although the suggestions above will work fine, there may be an easier way to accomplish that without all the complex coding.

All subfolders automatically resolve to "index.html" or "default.html"...
Forum: ASP Nov 26th, 2007
Replies: 3
Views: 9,874
Posted By CertGuard
No need to post the code here yet. From the looks of the error, there is a Mid function call on line 24 of page notify_shipped asp.

Go to that page and that line and make sure that you're calling...
Forum: ASP Nov 26th, 2007
Replies: 3
Views: 3,677
Posted By CertGuard
anto_nee,

I just replied to a similar post. In short, replace Request.Form with Request.Querystring

Please check this thread for details:...
Forum: ASP Nov 26th, 2007
Replies: 3
Views: 1,332
Posted By CertGuard
The only issue that I see is that your Form is on a different page, so Request.Form won't work in your case. Try replacing Request.Form with Request.Querystring.

When the submit button on...
Forum: ASP Nov 26th, 2007
Replies: 2
Views: 1,553
Posted By CertGuard
ASP Pages are great in that you can actually view the error in your browser. It will give you the Error, the line the Error is on, and it will even show you the character position of the error. But,...
Forum: ASP Nov 26th, 2007
Replies: 11
Views: 2,756
Posted By CertGuard
It seems that a simple 'colspan=2' would do the trick.

<td colspan=2>Some Text</td>
no?
Showing results 1 to 40 of 48

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC