I have a classic ASP system that utilizes Frames today but I need to lock down the system for CSS and CSRF.I am newer to this language but have been serching for days and can\'t find the answer.
I have a retail store site, no online sales, which displays the webpage of our supplier in a \"frame\" in order to have the most accurate and up to date information for our customers. (example)
I have a domain parent.example that is set up by the provider to forward \"with masking\" to child.example. This means the URL \"parent.example\" remains in the address bar, and the content from child
a) I have an html page that looks like this: <html> <head> <title>Page Title</title>
I am passing jsessionid thro开发者_如何学编程ugh url. But sessionid keeps changing while using frameset.
I am changing the frameset with this line parent.docum开发者_如何学编程ent.all(\"Edit\").rows=\"0%,100%,0%\";
I have the following frame stru开发者_JS百科cture: <FRAMESET rows=\"25%,75%\"> <FRAME SRC=\"Banner.htm\" BORDERCOLOR =\"red\" NORESIZE=\"NORESIZE\"/>
We have a website and one of its pages contains a frameset (we need to get data from another website). The problem is, once you get to the page that contai开发者_开发问答ns the frameset, the URL no lo
I have a domain name on 1&1 and a VPS on Linode. I noticed that my site was enclosed in a frameset which I didn\'t create. I checked nginx and jetty in the VPS but none of them created the framese
Salut all, I\'ll try and keep this brief: In one of the visually gnarlier areas of the web app I\'m responsible for I\'ve written a couple of simple JS functions to store and recall the pos开发者_如何