Click here to Skip to main content
15,921,250 members
Home / Discussions / Web Development
   

Web Development

 
Questionsearch engine code Pin
obet20072-Aug-07 20:28
obet20072-Aug-07 20:28 
AnswerRe: search engine code Pin
Christian Graus2-Aug-07 21:28
protectorChristian Graus2-Aug-07 21:28 
GeneralRe: search engine code Pin
Shog94-Aug-07 10:56
sitebuilderShog94-Aug-07 10:56 
AnswerRe: search engine code Pin
Bradml4-Aug-07 23:51
Bradml4-Aug-07 23:51 
QuestionHow do they do this? (I'm stumped) Pin
aspcodenut2-Aug-07 11:46
aspcodenut2-Aug-07 11:46 
AnswerRe: How do they do this? (I'm stumped) Pin
Guffa3-Aug-07 14:42
Guffa3-Aug-07 14:42 
AnswerRe: How do they do this? (I'm stumped) Pin
Shog94-Aug-07 10:59
sitebuilderShog94-Aug-07 10:59 
GeneralRe: How do they do this? (I'm stumped) Pin
aspcodenut6-Aug-07 5:32
aspcodenut6-Aug-07 5:32 
Thanks for the tip. The page won't execute under Firefox Frown | :( but I found a similar program for IE called DebugBar.

I justed noticed that the address bar is being set to the page I WAS on not the one I'm going to.. interesting. It's also interesting to note I cannot manualy change the address to another page or I get a timeout error.

Here's what seems to be happing. The http request fires off as soon as you click the button (the form is being submitted) The "processing" gif is loaded at this time. Then there's multiple calls to an htc file that is set as a property to the body. The htc file is very simple. It's a property that when set evalutes whatever javascript is passed in.

The FOrm posts its own name but is referred by the page in the address bar (the previouspage?)

Okay, this is confusing, but let me relate what's up. When I first load the page I am redirect from FrmHome.. thus the address bar reads http://blahblah/thisweb.dll/FrmHome despite the fact I am on FrmPage1. Maybe an example. Let's say I click on FrmPage2 This is the http data

POST thisweb.dll/FrmPage1 from referer thisweb.dll/FrmHome
GET /styles/form.css referer FrmPage1
GET Components/runner.htc (no referer)
GET Components/runner.htc referer thisweb.dll/FrmHome
GET Components/runner.htc referer thisweb.dll/FrmHome

And that's it. What it seems to me is that there is a post being made to the server. The server is then referencing back to the htc attached to the body and using it to inject javascript that changes a single div (divDocContent).

I still don't know how that's possible, but I assure you there are not GETS other than those listed above. I'm not even convinced at this point if it's ASP. I suppose if the server had some way of setting the body property from the server and loading the page from the cache. It's just that I can create a page with one line of text and a submit button (returning to the current page) and I get more flicker than I do on this other site. Thanks again for everyone's ideas.

QuestionWebpage Settings Pin
matjame2-Aug-07 1:57
matjame2-Aug-07 1:57 
AnswerRe: Webpage Settings Pin
Pete O'Hanlon2-Aug-07 10:42
mvePete O'Hanlon2-Aug-07 10:42 
GeneralRe: Webpage Settings Pin
matjame2-Aug-07 20:10
matjame2-Aug-07 20:10 
GeneralRe: Webpage Settings Pin
hxhl959-Aug-07 15:52
hxhl959-Aug-07 15:52 
GeneralRe: Webpage Settings Pin
matjame9-Aug-07 21:00
matjame9-Aug-07 21:00 
QuestionSearch Within a Document Pin
UpdateMe1-Aug-07 21:07
UpdateMe1-Aug-07 21:07 
AnswerRe: Search Within a Document Pin
Vasudevan Deepak Kumar1-Aug-07 22:53
Vasudevan Deepak Kumar1-Aug-07 22:53 
QuestionDisable back button. Pin
Vikram.....1-Aug-07 20:10
Vikram.....1-Aug-07 20:10 
AnswerRe: Disable back button. Pin
Vasudevan Deepak Kumar1-Aug-07 22:52
Vasudevan Deepak Kumar1-Aug-07 22:52 
GeneralRe: Disable back button. Pin
Vikram.....2-Aug-07 2:35
Vikram.....2-Aug-07 2:35 
AnswerRe: Disable back button. Pin
Shog94-Aug-07 11:06
sitebuilderShog94-Aug-07 11:06 
QuestionHi need Reg Ex help Pin
Vikram.....1-Aug-07 18:12
Vikram.....1-Aug-07 18:12 
AnswerRe: Filename RegEx pattern Pin
andyharman2-Aug-07 3:45
professionalandyharman2-Aug-07 3:45 
QuestionRegular Expression Help Needed Pin
Brendan Vogt1-Aug-07 3:14
Brendan Vogt1-Aug-07 3:14 
AnswerRe: Regular Expression Help Needed (ISBN) Pin
andyharman1-Aug-07 6:38
professionalandyharman1-Aug-07 6:38 
QuestionJavascript attachEvent Problem [modified] Pin
Pranav Kaushik1-Aug-07 0:03
Pranav Kaushik1-Aug-07 0:03 
AnswerRe: Javascript attachEvent Problem Pin
Michael Sync1-Aug-07 15:44
Michael Sync1-Aug-07 15:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.