6,574 Topics
![]() | |
Hi Team, Please guide me how can I Click on a link inside a cell of a HTML table ? In every row of the table, i have the same link with same properties. So based on row index, I want to click the link. Note : Using Telerik Test … | |
Hi, I'm new to javascript that i didn't learn in college. My form can validate the first name, last name, and address line 1, but cannot validate the phone number and e-mail address. Can u help me to fix this? <!DOCTYPE html> <html> <head> <title>Plain form</title> <script> function validateForm() { … | |
Hello, I have small problem and can't solve it. I am trying to write javascript function inside html file and call it from click button but it does not work. I try both tags: `<script type="text/javascript">` `<script language="JavaScript">` I include it at the head tag, at first of body, at … ![]() | |
Hey guys, have you ever had an application where it was necessary to stuff a large base 64 string into a ticket tracking application? It's a javascript variable which is being stuffed. I am seeing some strange stuff in one of my work place's web sites. I was wondering if … | |
I developed a website which i was okay with. Recently I updated it with some pictures and links which has broken its responsivness. On bigger screen it looks fine but on smallers the pictures and links dont shrink along. Help !!!!! <!DOCTYPE html> <html> <head> <title>Portfolio</title> <!--#include file="partialHeadContent.html" --> </head> … | |
i want to build light weight application for video calling using html/javascript and servlet.it is possible | |
Hello guys. I have a challenge here. I have a form that I want it to submit its information to a textarea below it and not in a database. How can I go about it. or To copy the information in the form before submitting. here is the code; <!DOCTYPE … | |
Is there a way to apply background-blend-mode: multiply; to only a part of the background image? I have a background image on a div. I only want the bottom half of that image to also have a colored background, blended with the image. How can I do that, without having … ![]() | |
Hello lads, So i'm struggeling with the following. I want to get the text a little bit closer to the image, but since the image has whitespace itself and I don't want to redo them all, I opted for adding a negative margin to the text. It seemed to work, … | |
need to alight div inside another div inner div must be aligned centerd bottom of the outer div i have attached a image that i want | |
i try to use phpoffice/phpexcel to do this but i haven't an idea of do it... i have this form in html <body> <div align="center">ELENCA TABELLE PRESENTI NEL DB</div> <form action="index.php" method="post" enctype="multipart/form-data"> <table> <tr> <td> Filename: </td> <td> <input type="file" name="file" id="file"> </td> </tr> <tr> <td colspan="2" align="right"> <input … | |
I have a website that has been using background color animations for a while when all of sudden they just stopped working. I can't think of any major change I've done that would have caused it. So I created a folder to test out my jquery.min.js and jquery.ui.js files. Here … | |
Since I English no good. I picture send you. How do I do? Just kidding. How could I put div through another divs perimeter by 20 pixels, 100 pixels or perfectly within them both? I saw that on a website, but they have ultra-spaghetti code with 50 billion wrappers (no … | |
Why is my menu not working in internet explorer but working in chrome and firefox.. here is my code: html: <html> <head> <title>practice</title> <link rel="stylesheet" type="text/css" href="style.css" > </head> <body> <div id="container"> <div> <nav> <ul> <li><a href="#">HOME</a></li> <li><a href="#">CATEGORIES</a> <ul> <li><a href="#">Samsung</a></li> <li><a href="#">IPhone</a></li> <li><a href="#">Cherry Mobile</a></li> <li><a href="#">Myphone</a></li> <li><a … ![]() | |
Hi, I tried to get this code to work, and the gist is I am trying to allow the user to edit their inputs by allowsing them to edit past submissions. But even after I put "<?php echo ?>" tags in there, it still does not work. It worked perfectly … | |
I'm really confuzed about this problem i have the same code on all files and is working fine but just it does problem on `home.php`. The problem is that the dropdown menu doesn't showing here is the code please take a look and tell me what wrong am doing ? … | |
The website weblup(dot)net/templates/template3 looks 100% correct on the computer thusfar. The overflow is hidden and you can't see the mobile menu bar or the pictures that slide in. But when opened on the phone you can scroll over, and see where the mobile menu is and where the next photo … | |
I created this website: http://valerobrothers.com/ Try narrowing the width of your browser enough so that a scroll bar appears at the bottom of the browser. Notice how when you scroll left/right parts of the background disappear? Does anyone understand why this happens and what a fix might be? | |
How to create a character for my game? Im trying to develope a game in html5,css3,javascript | |
hey guys I have problem while using straming via **VLC**, before September I was using **VLC web plugin** to view streaming videos via **VLC** because web browsers deprecated vlc player from working so I must use html5 or jwplayer or any video player, is there any replacment to **VLC** ? … | |
Hi I am trying to send a reminder mail with the HTML Table format. But the details is not getting displayed. Please help me to fix. i am using class file to send the email. include ('config.php'); date_default_timezone_set('Asia/Calcutta'); require "classemail.php"; $mail = new EMail; $mail->Username = 'emailid'; $mail->Password = 'password'; … | |
Hello, I try to catch the HTML code from a webpage after I have logged in to a page. HTML is returned but that is the orignal HTML only BEFORE I logged in. For example I try to find "Log out" and other content in the string "getDocumentHTML" returned which … | |
I am trying to learn how to do cool CSS3 menues. I have a good understanding of CSS, but I can't seem to fix this problem. Here is my code so far: /* Menu 2 */ ul{ list-style:none; width:150px; height:auto; background-color:#FFF; padding:0px; } ul li{ padding:15px; list-style:none; color:#333; background-color:#09C; } … | |
I have a page on which a full page report is generated inside HTML table. What are the options/tips available in order to share, print, email or 'download as PDF' this report using javascript or serverside classic ASP ?? | |
i have followed a tutorial for a working checkbox group after failed attempts with others. On test file it was working but when i add it to my site i dont get any results after submitting form. First of all here is the file from tutorial. Sorry in advance for … | |
This code work for one selectbox and when find value he stop even if exist more column with same value. I need to work for many select box, and to populate table with all rows with same column value (value.that the user chooses with select boxes) <?php require('includes/config.php'); require('layout/header.php'); function … | |
how to add css class to asp tags | |
Hello, Just created a website and want some animations so i used keframe animation in order to do so on 1 row I made an animation for the portfolio to scroll up and stop right there but it goes again at the starting point like 1 to 100 once on … | |
https://jsfiddle.net/cmvs815c/1/ Is there a way to make "Enter a tag...", red as well? | |
I'm trying to align 3-5 items up in a table cell, three are on the top and two are on the bottom. In each of my table cells I want the first item to be at the top left of cell and the third item I want to be at … |
The End.