Html Questions
Ad
Ad
October cms update partial using ajax framewrok
October cms come with its own ajax framework library it's really easy to use the ajax framework and you can update any part of your HTML.
October cms use curly brackets in twig markup
If you want to add markup which is having word with double curly brackets it will simply not work directly in the markup. 'you need to escape curly brackets'.
Whats the best way to set a dropdown to selected in ASP.NET MVC markup?
I have this html... <select id="view" name="view"> <option value="1">with issue covers</option> <option
Is there a fully-functional dropdown replacement for HTML SELECT that works in IE?
We determined in a previous
How can I populate another dropdown with the onChange event of the first dropdown?
With jquery, or with simple just javascript, i want to populate a 2nd dropdown from the choice of the first dropdown. the value of the first
Nested dropdown
I'm building a form with php/mysql. i've got a table with a list of locations and sublocations. each sublocation has a parent location. a column
HTML Select Tag with black background - dropdown triangle is invisible in Firefox 3
I have the following html (note the css making the background black and text white) <html> <select id="opts"
addEventListener('click) not triggering when button is clicked
Goal: clicking on the button opens a link in a new page. issue: eventlistener not triggering when button is clicked settimeout is
Accordion JS code: hide any open accordion on clicking another one and how to add a + symbol for each accordion
The code below is added to create accordion elements in a page. clicking on any of the accordions opens the accordion but it the accordion doesn't
vue.js - ELEMENT UI upload button color change
I am using upload image file button from element ui which is shown in
I need to have a 'container' template that has to show MyComponent upon certain condition 'externalCondition' MyComponent uses Form and formValidation
Container.html <div ngif="externalcondition"> <!--initially this is false. later became true --!>
Scrolling Overflowed DIVs with JavaScript
I've got a div that uses overflow:auto to keep the contents inside the div as it is resized and dragged around the page. i'm using some ajax to
Ad
Is the `xml:lang` attribute required (in addition to the HTML `lang` attribute) when specifying the language of an XHTML element?
I've got an xhtml 1.0 transitional document. most of the content is in english, hence this is what i've got at the top:
Regex for HTML attribute replacement/addition
I'm looking for a single line regex which does the following: given a html tag with the "name" attribute, i want to replace it with my own
Auth Questions / Confusion
I am building a webapp, but i am having some issues and frankly, i'm confused a bit in terms of how things are functioning. i am still learning as
How to apply to background-image to only one react page not whole application?
Sample of registration page: .register{ background-image:
How To Set An Attribute Of A Web Component Dynamically
I am stuck on trying to set an attribute for a custom web component called ws-dialog i designed. it always adds an attribute
Is it a bad practice to use multiple nested If Else statements?
I'm trying to make a validator for an interface to change the password, and while making it i realized that i was using a lot of if
using swiper js to create a history timeline with multiple slides in each year
I'm using swiper js and i'm struggling to find a way in which i can remove duplicates from the pagination. i want the ability to have a slide for
How to create full width dropdown with sticky items?
I need full-width dropdown and items in the dropdown must be sticky to the parent item. check screenshots. i am using react
Data tabs prev/next button
I have some tabs.. and arrows next/prev. i would like to switch tabs with arrows. but i'm not sure how to do it. i have no idea how to do this. i
Wait cursor over entire html page
Is it possible to set the cursor to 'wait' on the entire html page in a simple way? the idea is to show the user that something is going on while
Javascript onclick="myfunction()" not working anymore
I have done this before but now i'm using the same technique on a new website i'm making but it doesn't work anymore. i went to the other website
Ad
JavaScript: function myFunction(**What's This**);
When using javascript, if you put something in the parenthesis of a function, like: <button
JavaScript/HTML: How to use window.onload=x together with body onLoad="setTimeout('myFunction()',4000);"
I'm using body onload="settimeout('myfunction()',4000);" to refresh my website every 4 seconds. i want to use another javascript that
I cannot get my variables I passed to a myFunction statement to work in the copy command
I am passing variables from a button into a myfunction. i can create an alert box showing the correct information but when i use these variables
Do myFunction right after JSONP request
I have a script which allows to display google suggestions: jsfiddle i want to
How to send multiple files to clients(as source of the) page in node js
I am working on a node js app. this is the code of the index.html file <h1
Chrome extension help - what's the process for adding the url of an open page to the html of the default_popup in manifest.json
I've got the following manifest: { "name":"fix the web extension", "version":"0.2", "manifest_version":2,
How to Call Javascript (JS) Code in Manifest.json File for Chrome Plug-In
How do i call javascript code in a manifest.json file for a chrome plug-in? calling it the same way as i did for the .html code is not working...
jwplayer skips video while buffering
Jwplayer skips video streaming while it is buffering. i noticed this problem since a week before only. but there is no change in code. player
jwPlayer in IE does not auto start video on display of rolling banner
I got a probleme with the famous jwplayer. in fact the probleme is with the way ie (8 or 7) handle the flash player. their's the probleme:
Why can't I use javascript to change the visibility property to hidden
I'm using javascript, so that when a user presses a button, a div will appear/disappear by changing the visibility property of the div. it works
How to access an underlying element's ID inside of a javascript clone?
I'm creating a form. in the input section, i'm using a table to organize the input lines. when the pages loads, currently one line is being shown.
Ad
Angular arrays and ngFor
I have a html component with list <div *ngfor="let item of myarr"> <ul> <li> {{ item }}
How to stop video at predifined set of intervals
I wanted to make video stop video stop at a set of predefined intervals. when i am running the code it doesn't get stopped at particular
"Failed to execute 'querySelector' on 'Document': 'class MyComponent extends HTMLElement" during Karma test
I am getting the error mentioned in this question head. i don't understand why i can't check if certain div id is available. it is quite simple
Use REGEX to find Contents of HTML ListItem (.NET)
Using the following text as a sample, i need to be able to extract text between li tags. notice that the first li is intentionally mal-formed as
Weird behavior in displaying textContent when there's overflow
I am making a calculator app and there i am noticing a weird glitch. when i enter "1-1111...." and the moment it overflows the
Should I use onclick or click method inside jQuerys document ready?
I don't know if i should use onclick in html/php or a single click function bound to a specific id. onclick example:
How to change the color of navigation bar using a button click in javascript?
I made a page where the user could change the page's body/header/footer's background color by inputting the color into a textbox. my functions
my number input should accept only numbers[0-9] and [-] character
Should accept and [0-9] and [-] character and it should be max and min 12 characters and 123-456-7890 format
Python CGI internal error login.html login.cgi
I'm currently trying to create a simple login in page to my actual local webpage that i'm running with on a virtual machine with ubuntu. i
Where do I set a HTML file/page in the root of my React Project to land on example.com/login.html?
I am trying to authenticate a user using a third-party auth server. their redirect_uri states after the user logs in, they will be redirect to
JSON: Fetch id from json while redirecting login.html to homepage.html
In given code, after login from index.html page to homepage.html, for eg: name = student password = 123
Ad
Angularjs route doesn't load login.html into main.html?
While i am trying to do a single page application using angular.i am unable to load login.html view into ng-view of main.html.kindly some one help
How redirect login.html to chat.html page after successful logged in Django framework?
I have used template/login.html for logging in, after successful logged in how to redirect the login.html page to chatwindow.html page (some other
GWT: Static HTML pages should redirect to login.html if not logged in an application
In my application i have some help pages. those pages can be accessed from app when you log in. but if some one bookmarks them they are still able
How can I validate an email address in JavaScript?
I'd like to check if the user input is an email address in javascript, before sending it to a server or attempting to send an email to it, to
Personalized icon next to the URL address in the browser's address bar?
How do i write code where a company icon appears on the left side next to the url address in the browser's address bar?
JQuery select each parent, grab height of child1 and set child2 to child1 height
So i have a php script to generate news/case posts from a database which repeats the following html <a
Why is firebaseConfig not picked up in javascript?
I am following this
Adding Inline Search function to web page
Is it possible to embed an inline search box into a web page which provides similar functionality to the
ASP MVC HTML Helpers - Good or Bad?
I understand the reason for having the html helpers in asp.net mvc and extending this to provide your own, but i am wondering whether using html
Custom html helpers: Create helper with "using" statement support
I'm writing my first asp.net mvc application and i have a question about custom html helpers: for making a form, you can use:
List of HTML Helpers you use
I have found html helpers extremely useful to simplify view pages code. apart from the ones included in the latest release of asp.net mvc
Ad
HTMl Helpers in MVC: How do I render html tags with helper such as ActionLink?
When using actionlink to render data from database which has html tags (ie <p>) incorporated in it,
Does Django have HTML helpers?
Does django have any template tags to generate common html markup? for example, i know that i can get a url using {% url
Styling HTML helpers ASP.NET MVC
If i have an html helper like so: name:<br /> <%=html.textbox("txtname",20) %><br /> how do i
Populate menu with a text file eg text.txt
I am trying to build a kiosk on a local machine only. i'm planning to use javascript to make the menu lists functional. here is my html code
How to pass URL parameter to JavaScript function and create iframe element?
I have a beginner's question here... i'm a mobile app, and desktop app developer, so i'm very bad in html & javascript and the entire
Enabling Button after certain time frame in Jquery html?
I want to enable button after certain time frame and again if i click on this button it should disable for this time frame .how to achieve
How do I create an HTML element that remains on the page and is unaffected by scroll?
I want to create a button that remains on the screen, no matter how much we scroll through the page, like the button is stuck on the display. is
Uncaught SyntaxError: Cannot use import statement outside a module with OpenLayers
I am new using openlayers (an open-source javascript library for displaying map data in web browsers as slippy maps). i am using it with thymeleaf
How to call function on click event in Jquery when the element is generated dynamically by script and access through class selector?
I am generating an anchor tag through script with class 'section-delete-btn' :
Setting HTML Style Using Javascript String Literal - Colon Breaks String Variable
I'm trying to set the style on an html element before appending it to the page by passing the style tag through a variable in a javascript string
Node.js user trying to upload and process files the vanilla way using regular javascript+html
Up until now, all of my node.js code had worked seamlessly for any javascript+html project i had been working on. as a result of this, i had
Ad
What's the effect of adding 'return false' to a click event listener?
Many times i've seen links like these in html pages: <a href='#' onclick='somefunc(3.1415926); return false;'>click here
Sending HTML emails that renders correctly in Notes 7
Does anyone here has any experience on how to send html emails that renders correctly on a lotus notes client 7? my email has a couple of
Semantic representation of a chart
I'm recoding an old site that contains a chart similar to this:
Is there a Firefox 3 addon similar to View Source Chart?
Before i upgraded to firefox 3 i used to constantly use the
What is sitemap.xml
Hello fellow programmers, i am building a website and i read about sitemap.xml, but there is no place where i can find a definition or
Can I change the appearance of an html image during hover without a second image?
Is there a way to change the appearance of an icon (ie. contrast / luminosity) when i hover the cursor, without requiring a second image file (or
<a href="page.html> and <a href="page.php>: do these both trigger an interaction with the web server?
I have to solve this problem: explain what the following code snapshots do, and for each specify whether it triggers an
Slide menu stops working when page.html is in another folder
So i have this side menu which expands once clicked. it works fine in my index.html page and all the other pages that are in the root folder.
How to displayimage from google drive at page.html?
I trying use image from google drive at my html-page, i shared image and copied link to file.
How do I redirect "website/page" to "website/page.html" when people type it in browser (pretty-url)
I recently started using a static site with godaddy.com without a cms. it's a basic website i uploaded and is only html/js/css. when
Bootstrap scrollspy: <a href="page.html"> won't work
Update 1: jsfiddle http://jsfiddle.net/xz4xsc2r/1/ i created a website using
Ad
header ('location: page.html'); not working, when form submitting by ajax
I'm getting no errors, but when submit is hit, form is cleared, email is sent but no redirection happens. i have also tried to redirect using
How to add a new page based on page.html (similar to /groups or /dataset)
I have installed and configured one ckan 2.0.1 instance. you can check it out here:
Pass value WinForm =>(page.html?query123)=> HTML =>(page.aspx?query123)=> asp.net //esle?
The problem here is the middle of the line (html). the chain: i have winform program that uses awesomium (alternative to native
using <form action='page.html'> <button type=submit> to make a button a hyperlink?
This is how i construct my stylized buttons. <span class='button button-orange' id='sign-up'><input type='button'
Download link to /var/[myProject]/www/[myFolder]/[myFile]
How to create a download link to /var/[myproject]/www/[myfolder]/[myfile] using < a > tag? click it and download it. use
How to disable other buttons onclick for a short period of time
I have simple quizz project where i fetch data of questions and answers my problem is when i click on one of the answers i want other buttons to
I created a Contact Page in Html and CSS. I want to put ContactForm and ContactInfo side by side, but on mobile devices it adjust itself top-bottom
I just created a contact us form in html and css. i want a responsive page. in desktop everything works fine but when i try in mobile or tablet
404 /php/contactform-process.php - No such file or directory
I am trying to execute php with a html form but i get the following output to the console. [fri sep 18 13:04:38 2020]
PHP Contactform with confirmation email
I made a contactform which send (if filled in) a mail to the email that's in the code. i want a contactform that send a confirmation email to the
PHP doesnt show DIV / Contactform
This is the working code of mine, without the newest uggestions of boynux. now i will try to combine both and maybe to get red div boxes if a
Why IMG tag of HTML renders null on Firefox?
<html> <body> <img id="j_id58" width="800" border="0" height="400"
Ad
XHTML 1.0 Strict, CSS and img borders
I am using xhtml 1.0 strict on my website and have the following css style on my links: a:hover { border-bottom: 1px dotted
How do I get my text to flow with this <img> instead of waiting till it's clear? [HTML]
I'm trying to get the text to float around the little image on my web-page, and i've tried everything i can think of. i would embed the html and
HTML DIV and IMG tag spacing in IE vs. FF
I'm having trouble with the layout of a simple html page. please help. here's the layout i'm going for...
When to use IMG vs. CSS background-image?
In what situations is it more appropriate to use an html img tag to display an image, as opposed to a css
CSS column header with img - how to dock img/div to the right?
I have an html table that i use as column headers to a grid view. clicking on a column header triggers javascript that makes the grid view sort,
Why is this regex returning errors when I use it to fish img src's from HTML?
I'm writing a function that fishes out the src from the first image tag it finds in an html file. following the instructions in
Find <a class="button"> elements that do not contain <img>
I have the following markup for buttons (can be changed, but i really don't want to): <a href="#" class="button"> button
Can I access the datafile of an img tag from JavaScript
I want to, from javascript, access as a variable the file that is loaded as an image in an img tag. i don't want to access its name, but
How can I make a DIV behave like an IMG for use as a CSS sprite?
I have written code that automatically creates css sprites based on the img tags in a page and replaces them with div's with (what i thought was)
What is the best JavaScript code to create an img element
I want to create a simple bit of js code that creates an image element in the background and doesn't display anything. the image element will
img onload doesn't work well in IE7
I have an img tag in my webapp that uses the onload handler to resize the image: <img onload="sizeimage(this);" src="foo" >
Ad
How can I select an <img> element programmatically using JavaScript?
I have an <img> in an html document that i would like to highlight as though the user had highlighted it using the mouse. is
How do I upload a HTML form with a username, password, multiple file uploads and then process it with PHP?
How to post a username, password and multiple binary files from a single html form and process it using php? i'm not allowed to use ajax.
Ad
Blog Categories
Ad