52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for cuddlers89

I saw somewhere that invision power board is free unless you want technical support, but on the website i can't find anywhere to download a free copy. Am i right, if so where can i get a free copy of ipb from? Thanks

Web Development
Member Avatar for Assinaters99
-1
7K
Member Avatar for niths

hi all, i had created a page in which users can be seen. and a edit button to edit. wen i click on the edit button a popup window will open and after edit is done and press submit button i wil get a msg that data editted. But the …

Web Development php
Member Avatar for rajarajan2017
-1
2K
Member Avatar for rukshilag

Im working on this searh field and i finally can search from the database using an entered name or national ID no, when i press the find button. But i dont know how to incorporate radio buttons to be submitted to execute a query. can someone help me . my …

Web Development mysql php seo
Member Avatar for rukshilag
-1
2K
Member Avatar for edDev

Ok, I've got this code that needs to load a .wmv file - the client is adamant about using .wmv files and not Flash files - and the client insists that it use variables for the width and height parameters. Thanks to a couple of you, I've now got the …

Member Avatar for jasonc31
-1
453
Member Avatar for amithasija

hello members how r u another query for u people, can any body help me in sending sms through code.any kind of help will be highly appreciated...

Web Development ruby
Member Avatar for tiger86
-1
680
Member Avatar for dweaver6

Can anyone tell me how to convert an int to a string value that I define?

Web Development asp
Member Avatar for trupti_rose
-1
8K
Member Avatar for dannyfang

HI, I wish to get the values from the drop down menu selected by a user from the HTML page and pass this value into my servlet program for processing. In my servlet program, I've used the getParameter() function to obtain the value from the drop down menu selected. <SELECT …

Web Development java-jsp javascript
Member Avatar for peter_budo
-1
9K
Member Avatar for iniyanmani

Hi, I am new to PHP. I wanna know how the button reacts on the click event. [B]This is my code snippet.[/B].. [code]Name: <input type="text" name="fname" /> <input type='button' name='Release' onclick='hello()' value='Submit'> <script type="application/javascript"> function hello(clicked) { alert(clicked); return false; } </script>[/code] Whenever I click the button, it triggers javascript …

Web Development php
Member Avatar for OS_dev
-1
7K
Member Avatar for DennisTouchet

Hi all, Here is my dilemma: I have an aspx page with a button on it. onclick the button calls some javascript to pop up a window with a listBox with a bunch of values. I'm creating the popup like this to avoid a popup blocker from stopping it: [CODE] …

Web Development asp.net
Member Avatar for DennisTouchet
-1
475
Member Avatar for psathish2

Dear all, [B]aspx file[/B] [code] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" CellPadding="10" CellSpacing="1" OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"> <Columns> <asp:BoundField DataField="g_id" HeaderText="S.no" ReadOnly="True"/> <asp:BoundField DataField="gcdate" HeaderText="Date" /> <asp:BoundField DataField="gc_no" HeaderText="G.c #" /> <asp:BoundField DataField="consignor_detail" HeaderText="Consignor" /> <asp:BoundField DataField="consignee_detail" HeaderText="Consignee" /> <asp:BoundField DataField="qty" HeaderText="Nos" /> <asp:BoundField DataField="package_type" HeaderText="Contains" /> <asp:BoundField DataField="total_amount" HeaderText="Amount" /> <asp:BoundField DataField="acc_type" HeaderText="Remark" …

Web Development asp.net image
Member Avatar for kvprajapati
-1
366
Member Avatar for forwardlookguy

Hello everyone, I've been trying to build a website with a VIN decoder for a few weeks now and I'm getting no where. I have no experience with PHP but have been doing a lot of reading. My question is how do I split a form into different pieces that …

Web Development php
Member Avatar for dazm39
-1
2K
Member Avatar for ultranet

Is there a way to detect missing images and redirect them to a static image? Basically if I had an image that I was displaying from a different site (with permission), and that image were removed, is there a way I can default that image to a default .gif? I …

Web Development image php
Member Avatar for diafol
-1
1K
Member Avatar for odee

why does the event.clientX and event.clientY is working in IE but not work in firefox? clientX and clientY shows the coordinate of the cursor relative to the screen

Web Development javascript
Member Avatar for Troy III
-1
364
Member Avatar for Hellodear

Hello Guys, How can i display the content of MS Word document to my ASP page? How can i upload ms word document? How can i download ms word document from the page? Hope somebody would respond. regards, AV

Web Development asp display
Member Avatar for raveendranath
-1
1K
Member Avatar for Ana D.

Hi, I have the following code: [CODE=ASP.NET]<asp:FormView ID="myFormView" runat="server" SkinID="DetailsFormview"> <ItemTemplate> <table width="400"> <tr> <td align="right"> <b>This is the label: </b> </td> <td align="left"> <asp:Label ID="myLabel" Text="Label Text" runat="server" /> </td> </tr> </table> </ItemTemplate> </asp:FormView>[/CODE] And in the code behind (VB.NET): [CODE=VB.NET]Protected Sub BindFormView() Dim myLabel As Label = myFormView.FindControl("myLabel") …

Web Development asp.net vb.net
Member Avatar for Ramesh S
-1
894
Member Avatar for rich69

Hello ALL: New to the forum. I have run into a problem over the past 48 hours for which I can't seem to be able to resolve. I am running an Apache 2.0 Server, with PHP, and MySQL. All servers were working fine until 48 hours ago when all hell …

Web Development apache mysql php
Member Avatar for omoabobade
-1
358
Member Avatar for nilusara

in my web server all pages i develop targeting internet explorer browser but other browser can open it but not view properly.therefore i need to forcefully open it in internet explorer.if user open it in other browser than IE it gives a message box saying "The site is best viewed …

Web Development php web-browser web-server
Member Avatar for Troy III
-1
286
Member Avatar for swthurmond

I am trying to populate a drop down list in an HTML form that pulls it's data from a datbase. Basically, the users can manage the values via a differnt interface, but the web page will present what ever values are in a given list. I can make the list …

Web Development javascript
Member Avatar for swthurmond
-1
873
Member Avatar for Markstein

Hello, I need to have users fill out a form before they are granted to download any given file to generate sales leads. I do have a script which was custom made but am having some issues with it. I am wondering if anyone knows of a service (or script) …

Web Development php
Member Avatar for network18
-1
1K
Member Avatar for Sujata Bandyo

Hi Friends, I am having problem with the above code snippet. Initially it woked fine. But now it is giving an error of java.sql.SQLException: ORA-01722: invalid number. How can I resolve the exception? Thanks. [code=JSP] try { String ein=(String)session.getAttribute("EIN"); System.out.println("inside try block"); Class.forName("oracle.jdbc.driver.OracleDriver"); con=DriverManager.getConnection("jdbc:oracle:thin:@10.9.16.2:1521:TESTDB","HE","HE123"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select distinct REV_OWNER …

Web Development java java-jsp oracle session sql
Member Avatar for masijade
-1
2K
Member Avatar for SKANK!!!!!

when registering. how do i make it so that its like with php [CODE]if($username matches any of these words){exit("that username is not available to be used. sorry it is forbidden");}[/CODE] like that kind of thing but see i was thiinking it would be better if all the words(cause there will …

Web Development php
Member Avatar for SKANK!!!!!
-1
310
Member Avatar for just_me

hi guys. I got problem here. I built the system of weighted average method calculation based on php. Now, I'm the last part which sum of the value in html table. Basically, this is my coding:- [CODE] <?php session_start(); $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . …

Web Development php
Member Avatar for CFROG
-1
488
Member Avatar for hemgoyal_1990

Hi all, I am New in Javascript and Not Having too Much Knowledge of Javascript. I Have a Javascript That Disable Enter Key in Textarea in Whole Form in Page. but I Want to Disable Enter Key only One Textarea. Below is my Code: [CODE]<html> <head> <title>The Title Of Your …

Web Development javascript
Member Avatar for JavaScriptBank
-1
2K
Member Avatar for valonesal

We are wondering how we would add parameters to the following script so that each section can be called separately. [CODE]<?php // This is the content we want to display $data = <<<EOT <div class="topbar"> My Text goes here </div> EOT; // Output JavaScript code to write the data printf('document.write(unescape("%s"));', …

Web Development php
Member Avatar for almostbob
-1
254
Member Avatar for edDev

First a little background. I have a client (in-house) who insists that our training pages (launched from within iframes on a parent page) be able to load .wmv files with variables for the width and height parameters so we don't have to recode when videos are switched. Flash videos are …

Web Development flash html-css javascript
Member Avatar for edDev
-1
1K
Member Avatar for azegurb

Hello, I have one question again if i dont disturb you thank you very much you helped me with your help i created one table again and in this table i added some another options for ex at the previous table there were only one problem sum of the dynamically …

Web Development javascript
Member Avatar for Airshow
-1
267
Member Avatar for Altairzq

Hello. I'm using AJAX for all the updates to the web site I'm building and it works very well. But now I face the need to: 1) Upload a file (an image or video) to a folder in the server. 2) Insert a row in MySQL with the name of …

Web Development javascript mysql php
Member Avatar for digital-ether
-1
357
Member Avatar for sudharani

I am doing a small project.In that users can register for yoga programs.When the administrator set the new program with date ,place and timings then the registered users should get email automatically with all above details . Please help me doing this. I have done the registration part successfully.

Web Development asp.net email
Member Avatar for sudharani
-1
2K
Member Avatar for Drew

Learn how to take the Now() command and format it in a bunch of differnt ways. [B]Code from: [URL]http://www.iportalx.net[/URL][/B]

Web Development asp
-1
326
Member Avatar for stevenpetersen

How do i style or put html into a [ICODE]map.openInfoWindow[/ICODE] (the bubble on google map). The reason is because i would like to include a picture and style the text. The code below is just a normal Java API Map that i use. The key has been removed for the …

Web Development api google-api html-amp
Member Avatar for pritaeas
-1
608
Member Avatar for stevenpetersen

I need to insert GLatLng another webpage with a include content file...... How would i go about this? Do i need to make a database for it? //<![CDATA[ function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map")); map.setCenter(new GLatLng(34.4419, -122.1419), 13); } } //]]> </script> </head> <body onload="load()" …

Web Development api google-api html-amp
Member Avatar for stevenpetersen
-1
420
Member Avatar for LOVE4CODE

I've created a admin center, that has two seperate login permissions. Admin which can edit listings, etc... and Viewer which can only view listings, and edit 1 or 2 of the listings details and not all of them like the admin. I've seen web-sites where certain text input fields are …

Web Development javascript
Member Avatar for benjiei
-1
3K
Member Avatar for vnnguy

:rolleyes: nothig at all I dont know what to do ? dont know anythig about PHp ? To start my doing Php , what i need ? Do i have to install mySQL in my computer or anythig else ? Just tell me tools what i need to learn Php????

Web Development mysql php
Member Avatar for jamello
-1
272
Member Avatar for sayakyi

Dear friend, I can't find the syntax error in my html table in php code. [CODE] echo "<table border='1'>"; echo"<tr>"; echo"<th>".{$data['engword']}."</td>"; echo"<th align='left'> "<a href=\"http://www.domain.com/sound/En-us-{$data['engword']}.WAV \" title=\"open the audio file for the word {$data['engword']} \"rel='dbPopWin'><img src='audio.gif'></a>"."</td>"; echo"</tr>"; echo"<tr>"; echo"<td align='left'></td>"; echo"<td>".(stripslashes($data["mword"]))."</td>"; echo"</tr>"; echo"</table>"; [/CODE] many thanks in advance, regards. ko

Web Development audio html-css php
Member Avatar for sayakyi
-1
10K
Member Avatar for ismaily

how to send sms from web site to mobile Can some please help , script to be used php Thank you

Web Development php
Member Avatar for shefeekj
-1
2K
Member Avatar for lolodede

i need to retrieve information about customer order when the user submit their name this the code for first page [code=php] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Prac 3 Task 4</title> </head> <body> <?php $conn = odbc_connect("warehouse","IWSDStudent","assign2"); $sql = "SELECT …

Web Development php xml
Member Avatar for lolodede
-1
289
Member Avatar for ypdev

Hi, I am trying to validate RadioButtonList (ASP.NET) using the following js function but for some reason it does not working properly. I can't get the ID of the control as I would be.. Can you help please? [CODE] <asp:RadioButtonList ID="T_selector" runat="server"> <asp:ListItem Value="1">Team1</asp:ListItem> <asp:ListItem Value="2">Team2</asp:ListItem> </asp:RadioButtonList> [/CODE] [CODE] <script …

Web Development asp.net javascript
Member Avatar for ypdev
-1
254
Member Avatar for yanti

here the code i've try....but still not working....please help me.. <page_load> id = 6 dbconn = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlConnection("workstation id=HOME-5F227C8500;packet size=4096;user id=sa;initial catalog=pubs;persist security info=False") dbconn.Open() sql = "select * from NEWS Where NewsID='" & id & "'" dbcomm = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand(sql, dbconn) [COLOR=#0000ff]Try [/COLOR]dbread = dbcomm.ExecuteReader(CommandBehavior.CloseConnection) [COLOR=#0000ff]While[/COLOR] dbread.Read() lbl1.Text = …

Web Development asp.net
Member Avatar for SheSaidImaPregy
-1
312
Member Avatar for smilyswapna10

hi, i want to disable the parent window when i opened the child window using javascript and html. i have written code like this.but its working only one time.any one knows pls help me in this situation. s.html <html> <head> <SCRIPT > function popuponclick() { my_window = window.open("p.html", "mySelect", "status=1,width=750,height=450,resizable=no"); …

Web Development javascript
Member Avatar for demudubabu
-1
5K
Member Avatar for nice_true

Hi! I would be grateful be grateful if I get an answer to this problem...... I have 2 dropdownlists, one contains country names and the other contains states' names. Now what I wish to do is that when i select a particular country from the first dropdownlist, its corresponding states …

Web Development asp.net javascript
Member Avatar for kburb23
-1
296
Member Avatar for Shanti C

Hello all.. Can anybody clearly explain about web 2.0??? And tel me about mashup also....

Web Development php
Member Avatar for nikesh.yadav
-1
541
Member Avatar for ronghel

can someone hep me in making a php based enrollment system? im a beginner in php e... cn u give me some idea in making these?

Web Development php
Member Avatar for somedude3488
-1
986
Member Avatar for justinmyoung

I'm just looking to set up a simple registration form for my website, and was wondering if anyone could recommend a fairly straightforward tutorial... Thanks

Web Development php
Member Avatar for Shanti C
-1
253
Member Avatar for Slade

Hey, this could go one of two ways. I want a rich text editor for my website, the information typed into the text editor will be saved to an sql server database under either char or varchar format that supports up to 8000 characters per field. I want it to …

Web Development asp asp.net html-css sql vb.net
Member Avatar for SupportCuteSoft
-1
551
Member Avatar for tefflox

hello, i'm trying to get [URL="http://superiorminitrucks.com/admin"]http://superiorminitrucks.com/admin[/URL] login functionality to work. It's my first logon script, which was tested to work, but I'm running out of brute force to get this one through... [CODE]<?php //////**************************************/ // // LOGIN PAGE // // Server-side: // 1. Start a session // 2. Clear the …

Member Avatar for Narue
-1
312
Member Avatar for sickly_man

Is it possible to retrieve one cell of data from a MySQL database? I need to put the ID from one row of a table into a php variable so that I can recall the correct row later on for editing purposes. If you know how to do this please …

Web Development mysql php
Member Avatar for sickly_man
-1
2K
Member Avatar for Thendral

hai.. I have a database with a primary key(Employee id). I am having an insert form, display form, delete form and main page form. I want to validate the Employee id entered by the user in the insert form that means I want to check with the database, If it …

Web Development java-jsp javascript
Member Avatar for masijade
-1
767
Member Avatar for egoleo

I have a problem with php and checkbox. Can someone help me with it? I want to be able to compute values of a checkbox that is when the checkboxes are checked using php. example <input type="checkbox" name="course" value="&cent;30 /> JAVA <input type="checkbox" name="course" value="&cent;100 /> C <input type="checkbox" name="course" …

Web Development perl php
Member Avatar for amschroeder
-1
347
Member Avatar for preethishivbaba

Hi all, I have an urgent problem..Plzz can anyone help me guys.. We are into a student management system project and we want to send E-mails to students once tehy are registered with us saying taht from so and so date teh course is gonna start. I am getting teh …

-1
829
Member Avatar for jefferyylc

I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to …

Web Development html-css javascript
Member Avatar for Troy
-1
850

The End.