html tag

658 questions


2 answers
117 views
0
I want to get html by iframe, but I don't want to get the contents (css or images) of the html I got.

Tell me about HTML/JavaScript iframe tags.■What you want to doI want to get html from iframe, but I don't want you to retrieve the contents of the html (css or images).■Detailed image①iframe<iframe...

2 years ago

2 answers
78 views
0
I would like to arrange html tags in php.

$str='abcdefg<span style=font-size:20px;>hijklmnop</span>qrs<span style=font-size:18px;color=F00;>tuv</span>wxyz';;I would like to use php to make the above string as follows.A...

2 years ago

2 answers
115 views
0
garbled characters in fullcalendar weekly display

I use fullcalendar.Characters get garbled when you turn the month on the weekly display.This code is full calendar settings.<script>$(document).ready(function(){ $('#calendar').fullCalendar({ co...


1 answers
164 views
0
Lambdasoup Does Not Work in OCaml 4.04.0

I installed ocaml.4.04.0 in opam and tried to use lambda-soup.$opam install lambdasoupHowever, when I try to compile a program that uses lambdasoup, I get the following error:Warning58: no cmx file wa...

2 years ago

1 answers
98 views
0
I would like to create a real-time countdown for trains to and from Javascript.

now=new Date();n = 0;xday = new Date (2016, 10-1, 13, 4, 31, 0);var datef = new Array (24*60*60*1000, 60*60*1000, 60*1000;function countDown(){ var time = new Array(4); vardeff=Math.abs(now.getTime()+...

2 years ago

1 answers
100 views
0
Confirmation of registered email address when completing registration form

When I create a registration form in HTML, I would like to display That email address is already registered in the MySQL database on the form, but what should I do?

2 years ago

1 answers
78 views
0
How to put values in html into variables with code .gs

I created a select box in index.html that I created in Google Apps Script.When I select a county name, I want to put that value in a variable in code .gs, but I don't know how to get it and how to use...


1 answers
106 views
0
a regular expression that removes the part enclosed in a string

I would like to remove the following string.What kind of regular expression should I write to make it possible?Please let me know if you know more.[aiu] ↓Oh, my God.


1 answers
104 views
0
C# ASP.NET Ajax Communication Returns Large HTML

I'm a beginner at MVC.The workspace is local.$.ajax({ type: POST, url: /aaa/bbb, data: {selectService:sendId}, success:function(msg){ alert(msg);... [HttpPost]public string bbb(string selectServi...

2 years ago

1 answers
102 views
0
To set the background color of the pull-down button to "gradient"

The source code below is in the selected song selection (stop) of the pull-down button.The background color is set to gradation.However, it is currently in a state other than Select (Stop) and pull do...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.