Primo Posted March 21, 2009 Share Posted March 21, 2009 Hi all you fantastic "FREAKS"! 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/150431-anyone-know-where-i-can-find-this/ Share on other sites More sharing options...
ohdang888 Posted March 21, 2009 Share Posted March 21, 2009 very easy thing to do. Simply use session vars to set the color and style sheet Link to comment https://forums.phpfreaks.com/topic/150431-anyone-know-where-i-can-find-this/#findComment-790086 Share on other sites More sharing options...
Primo Posted March 21, 2009 Author Share Posted March 21, 2009 I really appreciate the reply, but I'm actually trying to call an html file that already has grouped pictures making up the template. I understand what your saying, but my colors need to be very specific and have already spend many hours getting these templates the way I want them to look with drop shadows around the outer fringes of the sales letter (in front of the background). Link to comment https://forums.phpfreaks.com/topic/150431-anyone-know-where-i-can-find-this/#findComment-790091 Share on other sites More sharing options...
Primo Posted March 21, 2009 Author Share Posted March 21, 2009 Oops! Perhaps I should be asking this question in the JavaScript forums? Link to comment https://forums.phpfreaks.com/topic/150431-anyone-know-where-i-can-find-this/#findComment-790096 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.