Email form is refreshing page
I am trying to make a quotation form which I have managed to complete but I am really struggling with the php side of things. I have borrowed some code online and tried to make it adapt with my form...
View Articlei can not get the element height in javascript
here is my html code HTML<div class="section s1"> <div class="background" id="bgimage"> ....... </div> </div> CSS.background { width: 100%; height: 500vh; } JavaScriptvar...
View ArticleIOS Safari, what is the first release of IOS to allow HTML/JAVASCRIPT files...
I have a local HTML file containing javascript, which I have never been able to execute with IOS, by double-clicking the file. This has always worked on Android. I recently had access to a new iPad and...
View ArticleCustomised Phone Cases E-commerce Website
I am developing an e-commerce website in Laravel. The main prospect of the website is to sell customized phone cases just like https://www.yourprint.in/product/custom-back-case-for-xiaomi-mi-a2-lite/....
View ArticleCanvas.toDataURL() Tainted canvases may not be exported
I am trying to use javascript, html, css to create a page that I can resize an image from an online link. However, when resized, I faced the error that Tainted canvases may not be exported while using...
View ArticleGet url from iframe when origin is not the same
I want to get the URL from an iframe when the user redirects by clicking links in the iframe. The source of the iframe is not the same as the web application.For example: <iframe src="startingUrl"...
View ArticleHow to make jquery scrolling effect work on multiple element/classes?
I'm trying to make a very light script for multiple classes class"demo" that can work on my onScrollDown responsive animation.I don't really understand about writing arrays. but, I believe that if I...
View Articlehow to create a gallery of 3 X 3 (Col X Row) using bootstrap on Api call
using Bootstrap for UI and call a api for images to diplay in 3X3 [Col X Row] using javascript Async-Await. But getting 3 image in colums and not 3 X 3 Grid layout It can be using Grid Columns or using...
View ArticleComparing string in file
I am trying to print this line of code to the HTML file when my file reads the character "form". However, I keep failing and I have no idea how to do it. Please helpfgets(str,999,p); while (!feof(p)) {...
View ArticlePreventing users from changing form values of a form using "inspect" in his...
I am building an application based on node.js and using handlebars as view engine. the problem is I have a form that when submitted it inserts data into the database. this forms passes some values that...
View ArticleUsing #hash in the URL to remain in navbar menu after reloading browser
I have the code below in which I would like the user to remain in the selected navbar menu after reloading the page. To achieve this, as recommended in another question, I am trying to use #hash in the...
View ArticleGet tag that is used before text in html with cheerio
I have this problem, where I have to scrape website and look for text "Goals" and return tag text before it. I use cheerio in Node.js. The code I have to scrape looks like...
View Articletext print with html tags saved from ckeditor to database
I'm using CK editor plugin in laravel it saves all text with HTML tags in the database but when I print this in view it prints with HTML tags {{$company_detail->company_description}} this is saved...
View ArticleOnclick add text to a div
I just started learning Javascript, but I really thought I knew this. I can't figure out why it won't work. I need it to insert "this text" formatted as a level 2 header into theDiv when the button is...
View ArticleHow to pass the object value dynamically as parameter into new FormControl()...
I have a dropdown whose data is coming from loop.Here I need to get the selected value and selected text on page load and on click a span.I am using reactive form here.To make default selection I am...
View ArticleHow to get the selected value and text from a dropdown on page load and on...
I have a dropdown whose data is coming from loop.Here I need to get the selected value and selected text on load and on click a span.I am using reactive form here.When I am using value, selected...
View ArticlePositioning images using the margin
Sorry for the dumb question, I am totally new to HTML/CSS and need some help. 1 - I am trying to position my 2 image boxes next to each other, I can't seen to move the purple box up as when I add...
View ArticleBootstrap Responsive div collapse
I have a page divided in half. On one side I have a giant box and on the other side I have a set of cards. When I inspect the page or increase / reduce its size, the cards are no longer responsive. The...
View Articlehow to dynamically change the id of a html link with php?
I have links which is on one page and and I sent the links to the database and then on another page I am retrieving the the links from the database. I can only send four links to the database, I made...
View ArticleFacing issue with extracting data from a website using VBA
I need to extract COCOA London Dec20 and Mar21 close price from following website https://www.mrci.com/ohlc/ohlc-all.phpScreenshot for the websiteI wrote the following code for this but it's throwing...
View Article