6,558 Topics
| |
[code=javascript] function label_parameter(id,ind) { var clicked_row = id; alert(clicked_row); } [/code] is it possible to pass the value of clicked_row to an object in html?? thanks thanks..^^ | |
Hi Friends, How to create explorer like menu in Html or java script? eg + Game(inside this Cricket and Football) when click on + sign it become like-- - Game -Cricket -Football Can anybody suggest me, by which command I can do it? [url=http://www.bipra.com/cat-684-laptopsdesktoppcs.aspx]Buy Laptop[/url]||[url=http://www.bipra.com/cat-698-externalharddrives.aspx]External Hard Drive[/url]||[url=http://www.bipra.com/cat-801-internalharddrives.aspx]Portable Hard Drive[/url] | |
How would I go about passing a user agent when requesting an external xml feed from a 3rd party web service. Need to pass the user agent or else the feed produces an error. I am using DOM [code] <?php $request1 = 'http://www.abc123.com/webservice/this.xml'; $requestIT1 = $request1; $response1 = new DOMDocument(); … | |
| Hi I need to save the values printed in a html table from the database in a CSV file if requested by user. I've only managed to save the header of the table so far. The MySql query is made in a page called reportclient.php which then calls phpReportGen.php in … |
Hi, I am chasing after a html table which will be made based on a multidimensional array. The structure is [CODE]Array ( [az] => Array ( [0] => Array ( [work] => dsdsds [time] => 2:47---2:55 [total] => 8 ) ) [an] => Array ( [0] => Array ( [work] … | |
I require to appear the Name which i click on the "new.php" page in the "Window_open.php" page..I use some Java Script also to accomplish this but I couldn't.. [B][U]how to pass textbox value in popup....[/U][/B] Could you pleas Help ...!!! Expand|Select|Wrap|Line Numbers [code] 1. ----------The Code in "Window_open.php" ------------------- 2. … | |
I'm using the below code to create an html file using fopen and fwrite. In the html source code I trying to add carriage returns using \n, but I'm not having any luck [CODE] $filename = 'textfile.html'; $newstring = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n' $newstring .= '<html … | |
Word came out this past weekend that Steve Jobs held a Town Meeting with his employees after the iPad party. Among the topics were Adobe and the Nexus One, which apparently both have Jobs more than a little riled. [URL="http://www.wired.com/epicenter/2010/01/googles-dont-be-evil-mantra-is-bullshit-adobe-is-lazy-apples-steve-jobs/"]According to a Wired article[/URL], he had this to say about … | |
Hey all, I'm rather new to PHP but learning fast over the last several weeks, (so please pardon my ignorance) I've created SQL db, a number of php pages & scripts which interact with it, and have created an html mainpage. The main page is going to act as a … | |
My image and border fit well on 3 sides, except for the left border-side and I can't for the life of me figure out what I did wrong. Isn't it supposed to fit automatically when the css code is wrapping the image-tag? The "surrounding" border only shows up in FF … | |
Hi and I have been searching the web but my answer isn't looking very hopeful. I need javascript or preferably css to make my text vertical so the result is something like the following. [CODE]t e s t i n g[/CODE] However with the result each of the characters need … | |
I have a drop down select menu that has about 700px worth of text in each option and i need the select box to be 300px wide. So i changed the width in the CSS to fit my layout however in IE the actual portion that drops down stays 300px … | |
Hello, Is this possible to set gradient and lightening effect in backgrounds colors with css? | |
hi i'm using this code [<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <link href=" mycss.css" rel="stylesheet" type="text?css">] to link my css files to my web page but it's not working. what could be the problem. | |
Hi, I have this code working perfectly fine with the cool subwai stuff on the left side and the Reset All button below it. And the menu summary box towards the right handside of the cool subwai stuff. And the pictures come on almost the center of the page. But … | |
hello........... i m facing problem regarding storing DOB of employee into database using html form m using date as a datatype and in database format for date is yy-mm-dd.... all other fields are properly working and storing into database but dob filed shown empty.... [code=html] <html> <head><title> Employee Data</title></head> <body … | |
Hi - can somebody pls. tell me how to use 'Span Tags' to increase Font size of TEXT in Red below ? Below is the original XML code. <?xml version="1.0" encoding="utf-8"?> <news> <settings linesColor = "0x424646" backGroundAlpha = "50" backGroundColor = "0x363B3D" thumbsBackGroundColor = "0x404546" thumbsPreloaderColor = "0xCCFF33" listItemIconColor = … | |
I have a db that has a description column all descriptions are one paragraph except one needs 2 paragraphs and two hyperlinks. Can I input HTML into the one data row? | |
Hi! I am attempting to change the innerHTML code of a div and to run javascript code at that time. But I seem to be unable to do it. The actual workings of the whole thing are really convoluted but here is the general idea: [CODE] <html> <head><title>JavaScript test</title> <script … | |
where do you find the curly brackets used in css code or is it just appropriate to use the common brackets. | |
Hi, I have managed to create a HTML file inside python code, now can someone help me to convert this to a PNG file through a Python script ?? I did Googling first but it resulted in various soft wares for above purpose which I don't want !! I am … | |
hi guys, How to set html element value using php??? if it's not possible how to do this?? Thanks | |
Hi I am coding html for a website. And the website for UK I need to create HTML Meta Tags for counties ((United Kingdom) a region created by territorial division for the purpose of local government). Do you know how to code Meta information using counties? You can get counties … | |
Hello, I'm running a PTC website in which I'm unable to edit the referral field. Here is the code: [CODE]Referrer (if any):<br> <input type="text" size="25" maxlength="15" name="referer" class="form" autocomplete="off" value="<? if($_POST["referer"]) { print $_POST["referer"]; } else { echo securedata($_GET["r"]); } if($_POST['referer'] or $_GET['r']) { print "\" readonly disabled"; } ?>">[/CODE] … | |
I am new to Python Server Pages (psp). Can psp “read” the html field value? Example: [CODE] <html> : : <body> <input type="hidden" id="selected" name="selected" value="0"> <% # Read/Get the above hidden field value # Perform some task #re-write the hidden field value %> : : </body> </html> [/CODE] Thanks … | |
I want to remove the JOB node with JOBNAME "One" from the following file: <SETTINGS> <SYSTEM> <VERSION>3.1<VERSION> </SYSTEM> <JOB> <JOBNAME>One</JOBNAME> </JOB> <JOB> <JOBNAME>Two</JOBNAME> </JOB> </SETTING> The code that is supposed to remove it looks like this: [CODE]try { DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder docBuilder = factory.newDocumentBuilder(); Document doc = docBuilder.parse(new … | |
| Hi, I was wondering if it's possible to vertically align a table, using the page as reference to alignment. I don't want to valign the content INSIDE the table, but align the table itself so that it is always situated in the middle (vertically) of the page. Thanks, -Ashton. |
I have a page that have a dinamic menu and i have created a function to create the correct HTML to view the menu, but how can I call this function in my aspx page that I see the generated HTML in the correct position?? :rolleyes: | |
Hello everyone! I'm Amie, and I'm a little new to PHP and MySQL. That being said, I am attempting to create a Login form with a username and password field. I pretty much have it down with the structure I think. I set up the MySQL database with GoDaddy. I … | |
i am new in jsp...Can any one help me that how i can upload image in database using one html form and jsp code.......... |
The End.