URL question

2005-08-09 Thread Will Tomlinson
I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential pitfall

RE: URL question

2005-08-09 Thread Ewok
. There's a potential pitfall -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:42 AM To: CF-Talk Subject: URL question I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD

RE: URL question

2005-08-09 Thread Dave.Phillips
Sounds to me like your #1 default document on your production server for www.mysite.com is not index.cfm. Check that, I'll bet they are different. Dave -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 9:54 AM To: CF-Talk Subject: RE: URL question

RE: URL question

2005-08-09 Thread Burns, John D
on production. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 9:54 AM To: CF-Talk Subject: RE: URL question Not exactly sure what it is but all

Re: URL question

2005-08-09 Thread S . Isaac Dealey
I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential

RE: URL question

2005-08-09 Thread Dave Watts
I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential

Re: URL question

2005-08-09 Thread Will Tomlinson
I think the one with the slash is correct, assuming there's a default file for the web root directory. I don't think the other one is a valid URL, actually. Ok, I tested it some more. Either way seems to work, but when I use it without the slash, it adds it anyway once you're in. So what you're

Re: frame url question

2000-04-04 Thread Darryl Davidson
Tom; We used the following snippet to trigger from one frame (t.w.m.view) to another (t.w.m.index) during initial load. You can just as easily make it part of an onClick onSubmit or other event tied to your clicking in the 2nd frame. body background="../Images/back.jpg"

frame url question

2000-04-04 Thread Tom Rainey
I have a frame set with two frames. I want the user to surf around another site in frame one and when they are done, click a button in frame two and have the new url for frame one set as the value of a variable. Do I need some javascript to do this, or is there a cf function/ tag that can help?