6,557 Topics

Member Avatar for
Member Avatar for nivasmaran
Member Avatar for andy106

Hi How can I rewrite the following to get it to work: <?php if ($_product->getsub()) { echo '[COLOR="Red"]<a href="ref="http://test.com/-<?php echo $this->htmlEscape($_product->getData('key_code')); ?>.html">[/COLOR]<li style="width:120px; margin-left:auto; margin-right:auto; margin-top:20px;" class="nav-rsvp-package">subscribe</li> the problem is that i have [COLOR="Red"]<?php echo $this->htmlEscape($_product->getData('key_code')); ?>.html">[/COLOR] inside another [I]<?php[/I] snippet. I already tried: [CODE] <a href="ref="http://test.com/-<?php echo $this->htmlEscape($_product->getData('key_code')); ?>.html"> …

Member Avatar for andy106
0
223
Member Avatar for jtok

It used to be, that when I would type: [CODE]#div{[/CODE] and hit "return", Visual studio would autocorrect to: [CODE] #div {[/CODE] as well as a number of other things. That is just the easiest example. It also doesn't automatically indent the next line... I am using Visual Studio 2008 SP1. …

Member Avatar for BrianHelp
-1
150
Member Avatar for george61

I'm trying to place flags on the upper left corner on site I'm making. I made them look proper in IE7 and FF but they won't show right in Google Chrome. Is there alternative way of positioning or some Chrome CSS Hack. The fg id's are about the 3 flags. …

Member Avatar for gunnarflax
0
64
Member Avatar for sass_js

Hi - I'm a CSS/HTML newbie so bear with me.. I'm using a CSS menu on my webpage {taken from CSS Menu Maker} and it works great in other browsers except IE7. The sub menu items get hidden behind the main menu. I've tried researching solutions but 1) have difficulty …

Member Avatar for macgurl70
0
101
Member Avatar for Tcll

hey... I know this is real easy to do and all... but I just can't remember how to do it... I have a textarea named 'code' and a completely empty div [CODE] <div> </div> [/CODE] the textbox get's filled with html code... (dynamically of course) and now I need to …

Member Avatar for Tcll
0
157
Member Avatar for alb3rt
Member Avatar for almostbob
-2
74
Member Avatar for jamesl22

Hi, I have a problem with my apache install on Ubuntu. It finds index.php by default but not index.html or.htm I tried adding DirectoryIndex index.html index.htm index.php to apache2.conf but that didn't work. It just give a Forbidden Error unless there is an index.php present. Regards, James

Member Avatar for ahromi
0
11K
Member Avatar for clement99

Hi guys, i'm trying to extract the data "Lady Gaga Fame Monster" from the html below using substr and find, but i wasn't able to retrieve the data. [code=html]<div class="album-name"><strong>Album</strong> > Lady Gaga Fame Monster</div>[/code] I'm tried to extract the whole string first, but i can only extract till <strong>Album</strong> …

Member Avatar for clement99
0
718
Member Avatar for kasbas91

Hello Daniweb.com, I was told at the php forum that I should try to write here because I have a dropdown navigation script written in php, but also has some css on it. He believed that it was css which was mad with. My dropdown navigation works. But it will …

Member Avatar for JRM
0
138
Member Avatar for scotttheath

I asked this in Google's chromium-discuss list, and nobody replied. I thought this group might have someone who can help. My original post: [B]Persistent values stored in opener.[variable]? [/B] [INDENT]How can I determine what Chrome considers the current page's 'opener'? In all other browsers, assigning a value to a javascript …

Member Avatar for scotttheath
0
160
Member Avatar for Bordeaux0113

I recently completed making a page in HTML & JavaScript. It is basically a template including various textfields, radio buttons, and dropboxes. There is also a submit button at the bottom. My goal is to have a user enter all the input information and then click "Submit." After hitting submit, …

Member Avatar for Bordeaux0113
0
119
Member Avatar for PythonNewbie2

Can you tell me what this site was coded in? [url=http://cna-training.info/]CNA Training[/url]: [url]http://cna-training.info/[/url] I feel like it's not pure HTML...but WP sites are usually a lot better looking... Any ideas?

Member Avatar for macgurl70
0
85
Member Avatar for vvashishta

I need to export the HTML report to PDF. how can I do this. Please help me out. Thanks

Member Avatar for kvprajapati
0
47
Member Avatar for dsottimano

Hi, I was hoping someone knows the right syntax to extract elements of xml through Google docs spreadsheets using some xpath statements. Google has very limited documentation, and basic xpath syntax doesn't work with Google docs. I found a quick example on youtube but other than that I'm lost. Just …

0
72
Member Avatar for ashishra

Hi, Background: I have an input xml and a xslt to be applied on top of that to get a new desired xml output. Both (input xml and xslt) are tested thoroughly and working as expected if I am using them via java code (core java APIs). I want to …

0
47
Member Avatar for ajithperuva

Hi, I need to retrieve anchor tag innerHTML using RegExp in php. Consider I have a syntax like [CODE] <div class="detailsGray"> <span class="detailEmail"> <a href="http://example.com"class="fontLink">examples@mail.com</a></span> </div> [/CODE] here how can we retrieve [email]examples@mail.com[/email] using RegExp and preg_match_all(). Thanks

Member Avatar for martin5211
0
87
Member Avatar for sujimon

Hi, I am using VS-2005. In my website I have used the html input control with type=file. The problem is that when I place this control inside an 'UpdatePanel' the 'PostedFile' property becomes 'Nothing' on postback. So in order to get things working I have removed the 'UpdatePanel' and things …

Member Avatar for toddanglin
0
228
Member Avatar for kasbas91

Hello Daniweb.com, i hope you can help me, i am will create a dropdown navigation with php and mysql. I have some codes here, as you can look at. My dropdown navigation works. But it will not shows under the right navigations points. As you can se here on my …

Member Avatar for sourcebits
0
231
Member Avatar for LaurieArtesis

I have an MS Access databse which supports a machine health monitoring application. I have the database schema but very little other documentation on how it has been constructed, very little support resource inside our own company to do any new development. An important client has requested we provide a …

Member Avatar for Stefano Mtangoo
0
360
Member Avatar for jop-pop

Hi, Need to do a project where the data from a HTML form is sent to Python, and then repackaged and sent back out as HTML. Problem is, I'm having issues with Python. When I run the form information with Python, I get this error: [QUOTE]There was an error with …

Member Avatar for Beat_Slayer
0
443
Member Avatar for comhacker99
Member Avatar for doctorphp

Hi All. I am having some trouble with a script which allows a user to upload a photo. When the page first loads it checks if the user has reached their maximum photo capacity. If they have then it will redirect them to another page. If they can upload more …

Member Avatar for doctorphp
0
108
Member Avatar for stilllearning

I am really new to this, so please excuse me if this is a dumb question. I am saving some data using ruby on rails and one of those fields is a background for the divs I am rendering back on load. I created the partial layouts successfully but I …

Member Avatar for blocblue
0
114
Member Avatar for amit.hak50

I want to Build something very similar to the blue box on the page linked below. [url]http://www.designpublic.com/shop/inhabit/14520[/url] on my website: [url]http://www.apartmentdesignco.com[/url] on all the products page like this [url]http://www.apartmentdesignco.com/2010/apartment-furniture/indigo-slipper-chair[/url] would I want image or it is a box I can create via css Thanks

Member Avatar for JoshJ47
0
69
Member Avatar for HFUnited

Hey guys fairly new to PHP as is, I need to run a PHP function call through an onClick which through my research I have found that I need to use AJAX. Let me explain better what I am trying to do. I am currently using Simplepie PHP to pull …

Member Avatar for Medievo
0
473
Member Avatar for chitian5057

Hi All, Is there a way to create a HTML file generated in browser in a JSP file? This same JSP file parsed by server and show up in a browser in HTML form and also save this HTML form to a HTML file on the server. The only way …

Member Avatar for javaAddict
0
151
Member Avatar for freiheit

Hello all, I made a custom theme with jquery theme roller.Accordion panel and a tabs panel. The problem is that the objects are not displaying correctly as they should on my page. When i remove the link to my main css file, the jquery shows up exactly as it should. …

Member Avatar for dnirvine
0
48
Member Avatar for mpc123

I have results of people that i need to compare and echo out. Eg 2x dropdown menus with all the peoples names in and each field then echoed in a table once the 2x dropdowns have been selected. the 2x dropdowns will be the same and have the same names …

Member Avatar for metalix
0
112
Member Avatar for Dark_Omen

Hello, how do you add a custom button to a webpage and link it to another page? ANother question is how can you make the button rollover when someone's mouse is over the button and when they click the button? Would I need javascript? Thanks

Member Avatar for mariko
0
107

The End.