There's a simple script out there that can generate an IFrame from a webpage. I want to use one for an field submit for first page checkout. Can anyone recommend something?
Sorry, I don't really understand your request. What I can tell you is, if you're using HTML... when you include an IFrame, you'll have an IFrame always. However since you seem to have an online store, you must be using PHP, ASP or some other code type. All you need to do is add an "if" statement that checks which page your clients are on. IF they are on the first page, then the code will add your IFrame. IF NOT then it won't. I can't imagine there exists a plug-in-play kind of code for something this specific.