Primo Posted March 21, 2009 Share Posted March 21, 2009 I've already asked this in the PHP forums, then realized this might be more of a JavaScript question... --------------------------------------------------------------------------------------------------- Anyone here know where I can find an open source script that would enable me to change an html page? Here's what I'm trying to do... Let's just say I have already created two html web pages (templates). These templates all have their own image file that contains four or five saved background pictures that were sliced from a photo-editing software. When you double-click the html index file of any one of these, you get what appears to be a web page template. Template_bluebak/index.html shows a blue background with white paper in the center which appears like a sales page template. Template_blackbak/index.html shows a black background with white paper in the center which appears like a sales page template What I want to do is create a php script that, when you click on a link, radio button, or check box with an assigned name next to it (example: "blue background template"), pulls up one of these html pages as you selected them by checking the box/radio button, then hitting a submit button. Is there an open source script already created that will do this? If not, how difficult would a script be to create this and how much should I pay a programmer to create this type of script? Thanks in advance to anyone (or two) who can answer this question. Link to comment https://forums.phpfreaks.com/topic/150434-anyone-know-where-i-can-find-this/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.