Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for m-hrt

im having issue with png image as im using it on a input type. . . as a search bar it always shows the background even the image is transparent what should i do? this is the image shows the background . . . . sorry had to post image …

Member Avatar for Louilly
0
93
Member Avatar for m-hrt

internet explorer shows blank page of my website im working on the website works fine on firefox but in internet explorer all im seeing is a blank page..... here is the link of the website also in local computer its not working why??? [url]http://www.deezmedia.net/dev_projects/karaoketalent/index.html[/url] thanks in advance.... here is the …

Member Avatar for SolidSolutions
0
212
Member Avatar for m-hrt

I have made a flash video of photos slideshow after publishing the swf file i used filekicker preloader software to add preloader to the swf slide show its working fine but the problem is that when i upload the page to the server after loading 100% it shows blank screen …

Member Avatar for rajarajan2017
0
75
Member Avatar for m-hrt

i have made a popup menu in fireworks cs3 its working fine in all browsers the problem is that its hiding under the flash features bar as shown in the image where in firefox its working fine what should i do? Internet explorer [IMG]http://i44.tinypic.com/2mhczr5.jpg[/IMG] Firefox [IMG]http://i43.tinypic.com/30tm3qv.jpg[/IMG] Coding: [code]<!DOCTYPE html PUBLIC …

Member Avatar for rajarajan2017
0
234
Member Avatar for m-hrt

i want this to be happen user can not go directly to the page i have step by step booking i dont want this to be happen user can enter direct page on address bar if a user do this it gives error how can i do this.... these are …

Member Avatar for m-hrt
0
198
Member Avatar for m-hrt

i want a alert that alert when press submit button if the date user have inserted is expired as today is 19 may 2009 if a user puts 18 may 2009 it alerts that card expired. here is the code:- PHP CODE: [CODE=language]<?php $connection = mysql_connect("localhost","root","autodeskmaya") or die("error connect"); mysql_select_db("online_bus_project"); …

Member Avatar for m-hrt
0
2K
Member Avatar for m-hrt

i have 3 tables i want to show the data from them to a page. table1 "trip" table2 "seat" table3 "user_information" show all the data of table one which is working its showing but how can i show multiple table data any ways. show all data of trip and seat …

Member Avatar for m-hrt
0
174
Member Avatar for m-hrt

im working on final year project of my deg its complete finaly i want to show a ticket to be appear after payment which has name and so on. and a ticket number i want to generate a random ticket number for a user which will appear on the ticket …

Member Avatar for m-hrt
0
99
Member Avatar for m-hrt

i want this to be happen defult color of seats i mean available color of seats to be green after that if a user book a ticket it goes to red and stays red how can i do this? code im using [CODE=language]<?php $connection = mysql_connect("localhost","root","password") or die("error connect"); mysql_select_db("online_bus_project"); …

Member Avatar for m-hrt
0
87
Member Avatar for m-hrt

i have some script java script which is working but i want to do it some thing else [CODE]<script type="text/JavaScript"> function validate_required(field,alerttxt) { with (field) { if (value==null||value=="") { alert(alerttxt);return false; } else { return true; } } } function validate_form(thisform) { with (thisform) { if (validate_required(email,"Email must be filled …

Member Avatar for essential
0
142
Member Avatar for m-hrt

i have 4 input box of credit card number and 2 boxes of credit card expire date month and year and one for the card holder name i have some code but is it ok or i have to do some thing else [CODE=LANGUAGE]<?php $connection = mysql_connect("localhost","root","password") or die("error connect"); …

Member Avatar for m-hrt
0
105
Member Avatar for m-hrt

i have a Listbox available in my page and that Listbox have these items. and i have trip named table which have these fields. id which will autocrement from to coach_type fare journey_date seat now i want this to be happen if a user come and take any item from …

Member Avatar for m-hrt
0
173