52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for gembutt

Hi Every1 I have been making a site in dreamweaver which has drop down html navigation above a rollover flash animation (a carosell of images with text appearing over it when rolled over - all made in flash and imported in). I am really stuck though! I have managed to …

Web Development flash html-css javascript
Member Avatar for DangerDev
0
88
Member Avatar for Yuexuan

I need get at variable from calender control A after get the variable i process it and do calculate then how to past that variable to calender control B because i need get another date from calender control B to do calculation.Got any suggestion ?How to using calender pop out …

Web Development asp.net web-server
Member Avatar for Yuexuan
0
144
Member Avatar for carobee

how to untar a file with tar.gz extension in php script. i have written a php script for uploading a tar.gz file amongst many files. i have to untar this file. how will the command be like? till now what i have done is - consider for uploading i have …

Web Development apache file-system php
Member Avatar for carobee
0
1K
Member Avatar for carobee
Member Avatar for carobee
0
168
Member Avatar for m.cliter

Hello, I have searched in google, but I didn't find the answer. I want to creat something like that using javaScript: [CODE] <input type="text" onfocus="this.select();lcs(this);" onclick="event.cancelBubble=true;this.select();lcs(this);" /> [/CODE] here is my try, which works fine in Firefox but the events are not working in IE. [CODE] var parent = document.getElementById(parentID); …

Web Development javascript
Member Avatar for DangerDev
0
212
Member Avatar for Vai

I don't have the code as I keep following examples that don't exactly work. So, here is what I am trying to accomplish: 1: Something similar to what this site uses to reset lost passwords 2: Redirect a user based on url in the table Any help or direction would …

Web Development php
Member Avatar for nav33n
0
113
Member Avatar for jinchiruki

need some advise here...just create a simple form..but i had problem with validation.hope somebody can help me.. [B](register.html)[/B] <form id="FormName" name="name"method="post" action="added.php" name="name"> <input id="name" name="name"type="text" name="name"><br> <input id="email" name="email"tpe="text" name="email"><br> <input id="contact" name="contact"type="int" name="contact"><br> <textarea id="person_attend" name="person_attend" rows="4" cols="40"></textarea> <textarea id="comment" name="comment" rows="4" cols="40"></textarea> <input type="submit" name="submit"> </form> <? …

Web Development php
Member Avatar for nav33n
0
129
Member Avatar for eddy556

I have a string stored in a session variable.....how do I get that string back out as I get the error:Type mismatch: cannot convert from Object to String Is there a toString() method or something? Thanks

Web Development java-jsp session
Member Avatar for ~s.o.s~
0
124
Member Avatar for dami06

Hi, Could someone please tell me what is wrong with this code because i have tried loading it but it's not giving me any error to know where the problem lies. [code=php] <?php /** * * Global configuration file for CAPAT */ // Site Setup error_reporting(0); session_start(); // Turn off …

Web Development peer-to-peer php session
Member Avatar for dami06
0
136
Member Avatar for Yuexuan

how to calculate the date by using integer variable which can know the lasted date for example user key in date is 2/20/2008 and he want know the after intvariable day is which date like this user key in date is 2/20/2008 - intvariable = date user require date dim …

Web Development asp.net
Member Avatar for SheSaidImaPregy
0
99
Member Avatar for ebabes

How can I incorporate a web counter (page hit) in ASP.Net to track the number of visitors in my site?

Web Development asp asp.net
Member Avatar for SheSaidImaPregy
0
133
Member Avatar for SheSaidImaPregy

First question in a long time. I was wondering if anyone know how to search all current sessions within the website? I want to be able to loop through all the current sessions (with a specific session name if possible) on my current website at one time. I am trying …

Web Development asp.net session
Member Avatar for SheSaidImaPregy
0
112
Member Avatar for nikk

I'm creating a website using JSP, HTML pages and MS SQL. Can u please tell me how to create a session and how to retrive it each time while checking user status i.e how to check if user is signed in or not? Please help. Thank you.

Web Development java-jsp session
Member Avatar for ~s.o.s~
0
100
Member Avatar for lordx78

After the user has inputted their respective username and password, it will be validates and if the submitted information was true, they will redirected a page. Now, I just want to the the php code that captures the username and display it on the page. Like "Welcome BooBoy08 to here..". …

Web Development php
Member Avatar for nav33n
0
115
Member Avatar for yasmin1440

I am using a new script Tukanas Freelance Script, everything else works fine on the user panel but when it comes to admin panel cannot log in, tried to manually create a username and password in sql but try and login says user not verifed how can i verify it …

Web Development mysql php
Member Avatar for yasmin1440
0
128
Member Avatar for SBox

i wrote an asp script and when i made the guest book ( when i used the addSQL ) this error returned [CODE]Microsoft JET Database Engine (0x80004005) Operation must use an updateable query. /science/add.sign.asp, line 15[/CODE] This is the add.sign.asp [CODE] <!--#include file="connection.asp" --> <% addedin=now() name=request.form("name") email=request.form("email") ranking=request.form("ranking") notes=request.form("notes") …

Web Development asp
Member Avatar for SBox
0
142
Member Avatar for armend90

anyone can help me to decode this file thanks

Web Development php
Member Avatar for MattEvans
0
2K
Member Avatar for kings

$result=mysql_query("select employer.employer_id,employer.companyname,post_job.jobtitle,post_job.owner,post_job.tdate,post_job.id from post_job,employer ORDER BY tdate.post_job ASC LIMIT 0,10 ") or die("ERROR:".mysql_error()); it is not working..........

Web Development php sql
Member Avatar for nav33n
0
219
Member Avatar for nikk

Can you please tell me how to encrypt and decrypt a password? I want to use it in my project(website). Please help. Thank you.

Web Development java-jsp
Member Avatar for peter_budo
0
115
Member Avatar for mukund_007

[B]Hello Friends, On my web form there is one DropDown List Box which contains different Items.. and one TextBox, user will Enter Quantity in textBox.... Now problem is that I want to Add Item and Qty in DataGrid on the Same Page when I click on ADD Button......... Later on …

Web Development asp.net visual-studio web-server
Member Avatar for dilipv
0
156
Member Avatar for kittu007

[B]Hi, I am new to php. I want to read an excel file(.xls) and write the data to another file using php[/B]

Web Development php
Member Avatar for apsivam
0
86
Member Avatar for okonjiaustin

I have successfully uploaded image to mysql database using a form: This is the code: <?php $errmsg = ""; if (! @mysql_connect("localhost","root","")) { $errmsg = "Cannot connect to database"; } @mysql_select_db("adim"); if(isset($_REQUEST)) { $imgtype=$_FILES; $name=$_REQUEST; $address=$_REQUEST; $dateofbirth=$_REQUEST; if($imgtype=="image/jpeg" || $imgtype=="image/jpg" || $imgtype=="image/pjpeg" || $imgtype=="image/gif" || $imgtype=="image/x-png" || $imgtype=="image/bmp") { $image=$_FILES; …

Web Development mysql php
Member Avatar for nav33n
0
181
Member Avatar for Auzzie

Hi i'm currently making a highly modular forum in PHP and i'm running into a slight problem with an error handler that i have started on and it has been stumping me, any help would be very much appreciated.

Web Development php
Member Avatar for nav33n
0
66
Member Avatar for rojakc

Hello everyone I am developing an application in which , i wrote the code for a pop up confirmation box in javascript, & when it presees ok , i want to call a PHP file from javascript......tried but not working......if anybody can help, would be great...... roja.

Web Development javascript php
Member Avatar for katarey
0
2K
Member Avatar for Dano56

I need help getting a variable from one page displayed onto another. I have two pages, mainmenu.aspx and secondmenu.aspx. mainmenu.aspx contains Textbox1 which contains some user-entered number in it. When the user clicks on Button1 on mainmenu.aspx, I need the table, Table1, on secondmenu.aspx to reflect that new selection. Thanks …

Web Development asp.net
Member Avatar for bbqchickenrobot
0
177
Member Avatar for dennisdennis

Hi all, I have a masterpage and contentPlaceHolder in it. I used <asp:content .. in Default aspx. I have web user controls. By sending parameter to Default.aspx, can I call different web user controls in Default aspx. I try to that because of not making a page same with Default.aspx …

Web Development asp.net web-server
Member Avatar for a496761
0
351
Member Avatar for foundsheep

I'm trying to insert data into three tables in a relational database. Right now it will only insert to the first table and then it errors out. If you have some genius to share, don't hold back. Thanks. [code] Imports System Imports System.Configuration Imports System.Data.SqlClient Imports System.Web.UI.WebControls Partial Public Class …

Web Development asp.net
Member Avatar for foundsheep
0
468
Member Avatar for MasoodAkhter

Hi all I am trying to hide part of my form in ASP.NET when user clicks on check box. I want to implement this functionality on client side. I do not want to go back to Server. Can someone help me with this one. I will appreciate your help. Thanks …

Web Development asp asp.net client-server
Member Avatar for SheSaidImaPregy
0
217
Member Avatar for shim55

I am net to asp.net, I am having the following issue. I have developed a masterpage. The masterpage has a left navigation panel. I have another page that uses the masterpage and fieldvalidations in it as well, when I view the page it seems that the page with the navigation …

Web Development asp.net
Member Avatar for SheSaidImaPregy
0
154
Member Avatar for a496761

I am creating a user control in ASP.NET 2.0 that includes a DropDownList. Does anyone know how to get the collection of ListItems that are hard coded between the opening and closing tags of my custom control into the DropDownList inside my user control? I feel like I should know …

Web Development asp.net
Member Avatar for a496761
0
125
Member Avatar for Nick Evan

I have a problem with session in combination with DNS. I use have a webpage where some areas are restricted. So I use a log-in screen which sets the session username and writes the sessionid in a DB. When you try to access a restricted page, a script checks if …

Web Development dns php session
Member Avatar for Nick Evan
0
130
Member Avatar for htcorp

I work with joomla and i want to build a module for tourism field. Anyone have a relative module ?

Web Development php
Member Avatar for lokeshsinghjado
0
120
Member Avatar for Dani

How can I invoke a shell script with parameters from within a PHP script? For example, from within my web-based PHP script, I want to execute the command "/home/cscgal/script.sh -f foo"

Web Development php
Member Avatar for carobee
0
177
Member Avatar for ili82

Hi I'm triying to develop an application to read barcode (from laser scanner) and manipulate the string with mysql. I've read something about serial port but i'm not sure how to do it. Could somebody give me a piece of advice?

Web Development java-jsp javascript mysql
Member Avatar for raghusan
0
109
Member Avatar for mukund_007

I have Used following code to Insert Values in the table: <%@ Import Namespace ="System.Data" %> <%@ Import Namespace ="System.Data.SqlClient" %> <script runat ="server" > Sub Create(ByVal obj As Object, ByVal e As EventArgs) Dim ConnString As String Dim SQLstr As String ConnString = "Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\ERL.mdf;Integrated Security=True;Connect …

Member Avatar for saeed262626
0
126
Member Avatar for allsenseless

I need help I am pretty new to JavaScript... I try my best at it but I am getting lost and need some help. What I want to do is grab an elements width and height and apply it to a window or a popup window. In my case this …

Web Development javascript
Member Avatar for DangerDev
0
110
Member Avatar for justted

Hello everyone and happy christmas, I have a virtual pet website which has multiple level users, or if you like, different ranks from 1 - 10. 1 is suspended and 10 is master admin. I have worked out how to give access to an admin page for users with the …

Web Development php
Member Avatar for justted
0
172
Member Avatar for gopi kannan

i have wamp server 2.0...iam new user of php..i wrote my script in notepad and saved it in the directory i created in www folder with extension php..but when i tried to run my script using wamp..the script file is with extension .php.txt and the server just displays my entire …

Web Development apache php
Member Avatar for richie513
0
288
Member Avatar for sourcecode

Hi All, I am web developer with some experience in PHP programming. I am keen to learn java technologies like JSP, servlets, struts and so on. Was wondering if i can get some working sample projects in jsp, preferably small well written projects with some description on how it works. …

Web Development java-jsp
Member Avatar for bugmenot
0
110
Member Avatar for firebirds98

I am new to SQL and I am making an asp.net page in which is a small airline service for a project for scool. For one of my tables I have: AccountID, CustomerName, FrequentFlierMiles, FrequentFliernum for my column names. The acount AccountID column can not have duplicated values and FrequentFliernum …

Web Development asp.net sql
Member Avatar for SheSaidImaPregy
0
92
Member Avatar for foundsheep

I have two drop downs (the 1st pulls from 1 db table then populates the second which pulls from a 2nd db table) with the idea of having them both populate fields of a form on autopostback. The user will then fill out the remaining empty fields. I have not …

Web Development asp asp.net
Member Avatar for SheSaidImaPregy
0
270
Member Avatar for gpptst@email.it

Which type of license I need for a desktop standalone application developed on COLDFUSIONMX ????

Web Development coldfusion
Member Avatar for gpptst@email.it
0
86
Member Avatar for srinukatkam

I i am new for .net any one can help me creating tables 1 to 100 using javascript

Web Development javascript
Member Avatar for katarey
0
248
Member Avatar for Yuexuan

How to import excel file data to mysql database here is my uploading file coding how to use my uploaded excel file to get it data and store it at database Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim filepath As String = Server.MapPath("Files/") Dim …

Web Development asp.net file-system mysql
Member Avatar for Yuexuan
0
380
Member Avatar for Nolwen

Hi, I try to pass a value from a form field to a detail page, I would like to be able to trim the form field content to pass only the 2 first characters in the string. The form is like this: Enter ZipCode: [CODE]<form action="index.asp?Zip=<%= Request.Form ("Zip")%>" method="Get" enctype="multipart/form-data"> …

Web Development asp
Member Avatar for TobbeK
0
260
Member Avatar for bungek84

hai everyone..i'm still beginner in this ASP.. jus wanna know is it ok if i used MySQL as database? can anyone teach.. really needs ur helps and guides..thanx alot guys.. :)

Web Development asp mysql
Member Avatar for dilipv
0
155
Member Avatar for jino

Dear All,, My php page having a search query is not displaying the result when it is loaded... But when i check this same query in php my admin it is working correctly... for ex: If i search with the field "Marital Status" Single... There are totol 3 records having …

Web Development php
Member Avatar for nav33n
0
136
Member Avatar for zipperzz

Hi everybody, I have been trying to use MS Frontpage 2003 and the feature for allowing a bullet list to be created and then subsequently to be enabled with the collapse ability. I have followed the help in Frontpage and in the MS tech site but keep receiving an error …

Web Development javascript
Member Avatar for DangerDev
0
187
Member Avatar for lydia21

hi in this app i have three pages from the first page id is passed to the second page.in the third page i am not able to get the value.............. [ICODE] if (mysql_num_rows($result) > 0 ) { while($row = mysql_fetch_row($result)) { echo "<tr>"; echo "<td><a href='detailjob.php?id=".$row[3]."'>".$row[0]."</td><td>".$row[1]."</td>"; echo "</tr>"; echo "<tr><td …

Web Development php
Member Avatar for lydia21
0
101
Member Avatar for protos1

Hi I'm building a site which uses ajax and DHTML heavily to build a frontend. Th frontend has a lot of transparent PNGs for which I use the filter hack to display them in IE6. The issue arises when I'm building a new component in javascript which has transparent PNGs …

Web Development javascript
Member Avatar for protos1
0
139

The End.