Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.
In ASP this would be :
Response.write( "http://" & Request.ServerVariables("SERVER_NAME") & Request.ServerVariables("URL") ) & "?" & Request.ServerVariables("QUERY_STRING") ) %>
what if I am url forwarding the domain using frames, (the browser still shows the originally typed domain name, but in fact you are on a different page)
.. is it possible to display the url i originally keyed ?
I know a tricky way to do it in HTML: you need to create a frame of 1 pixel high at the top of your page and display your content in a second frame, which would take the rest of the screen. I hope it helps !
what if I am url forwarding the domain using frames, (the browser still shows the originally typed domain name, but in fact you are on a different page)
.. is it possible to display the url i originally keyed ?